]> git.eshelyaron.com Git - emacs.git/commitdiff
Do not ask the user for an LDAP base if a default has been provided
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Thu, 13 Nov 2014 07:21:23 +0000 (02:21 -0500)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Thu, 13 Nov 2014 07:32:13 +0000 (02:32 -0500)
* net/eudcb-ldap.el: Don't nag the user in case a default base is
provided by the LDAP system configuration file.

lisp/ChangeLog
lisp/net/eudcb-ldap.el

index 192302228e77ed6a3827518d66bc88baafea52ee..d7bef5138f8e936906bf20cc5868775389fb6b76 100644 (file)
@@ -1,3 +1,8 @@
+2014-11-13  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
+
+       * 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  <fitzsim@fitzsim.org>
 
        * net/eudc.el (eudc-format-query): Preserve the
index e43e5701eb12b3bc20c882972c74f1656ad8f9a9..6d0c208f1a2972a6451bf2b118bd90a441a3d3f3 100644 (file)
@@ -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."