aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/eudcb-ldap.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/eudcb-ldap.el b/lisp/net/eudcb-ldap.el
index e28a044ba55..93f7c24d077 100644
--- a/lisp/net/eudcb-ldap.el
+++ b/lisp/net/eudcb-ldap.el
@@ -194,7 +194,7 @@ attribute names are returned. Default to `person'"
194 "Check if the current LDAP server has a configured search base." 194 "Check if the current LDAP server has a configured search base."
195 (unless (or (eudc-ldap-get-host-parameter eudc-server 'base) 195 (unless (or (eudc-ldap-get-host-parameter eudc-server 'base)
196 ldap-default-base 196 ldap-default-base
197 (null (y-or-n-p "No search base defined. Configure it now ?"))) 197 (null (y-or-n-p "No search base defined. Configure it now? ")))
198 ;; If the server is not in ldap-host-parameters-alist we add it for the 198 ;; If the server is not in ldap-host-parameters-alist we add it for the
199 ;; user 199 ;; user
200 (if (null (assoc eudc-server ldap-host-parameters-alist)) 200 (if (null (assoc eudc-server ldap-host-parameters-alist))