emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 7860227 11/17: Do not ask the user for an LDAP base


From: Stefan Monnier
Subject: [Emacs-diffs] master 7860227 11/17: Do not ask the user for an LDAP base if a default has been provided
Date: Fri, 23 Jan 2015 22:20:34 +0000

branch: master
commit 78602273d2c377c1c844e2f412e3d1769ae87aff
Author: Thomas Fitzsimmons <address@hidden>
Commit: Thomas Fitzsimmons <address@hidden>

    Do not ask the user for an LDAP base if a default has been provided
    
    * net/eudcb-ldap.el: Don't nag the user in case a default base is
    provided by the LDAP system configuration file.
---
 lisp/ChangeLog         |    5 +++++
 lisp/net/eudcb-ldap.el |    3 ---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1923022..d7bef51 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
 2014-11-13  Thomas Fitzsimmons  <address@hidden>
 
+       * net/eudcb-ldap.el: Don't nag the user in case a default base is
+       provided by the LDAP system configuration file.
+
+2014-11-13  Thomas Fitzsimmons  <address@hidden>
+
        * net/eudc.el (eudc-format-query): Preserve the
        eudc-inline-query-format ordering of attributes in the returned
        list.
diff --git a/lisp/net/eudcb-ldap.el b/lisp/net/eudcb-ldap.el
index e43e570..6d0c208 100644
--- a/lisp/net/eudcb-ldap.el
+++ b/lisp/net/eudcb-ldap.el
@@ -70,9 +70,6 @@
                     ("mail" . eudc-display-mail)
                     ("url" . eudc-display-url))
                   'ldap)
-(eudc-protocol-set 'eudc-switch-to-server-hook
-                  '(eudc-ldap-check-base)
-                  'ldap)
 
 (defun eudc-ldap-cleanup-record-simple (record)
   "Do some cleanup in a RECORD to make it suitable for EUDC."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]