aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-09-09 11:06:19 +0000
committerEli Zaretskii2006-09-09 11:06:19 +0000
commit4fda7cef4e8915941522df90c65bbd7075b86ee1 (patch)
treeacd2d55a0a17a706d8b1a54165e14b9700e42c5c
parent1a7e01173eb15c794bfc3ca6700a86b0af724111 (diff)
downloademacs-4fda7cef4e8915941522df90c65bbd7075b86ee1.tar.gz
emacs-4fda7cef4e8915941522df90c65bbd7075b86ee1.zip
(ldap-search-internal): Doc fix.
-rw-r--r--lisp/net/ldap.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/ldap.el b/lisp/net/ldap.el
index 029c9268d5f..18b96a7cce1 100644
--- a/lisp/net/ldap.el
+++ b/lisp/net/ldap.el
@@ -494,6 +494,7 @@ not their associated values.
494 `base' is the base for the search as described in RFC 1779. 494 `base' is the base for the search as described in RFC 1779.
495 `scope' is one of the three symbols `sub', `base' or `one'. 495 `scope' is one of the three symbols `sub', `base' or `one'.
496 `binddn' is the distinguished name of the user to bind as (in RFC 1779 syntax). 496 `binddn' is the distinguished name of the user to bind as (in RFC 1779 syntax).
497 `auth' is one of the symbols `simple', `krbv41' or `krbv42'
497 `passwd' is the password to use for simple authentication. 498 `passwd' is the password to use for simple authentication.
498 `deref' is one of the symbols `never', `always', `search' or `find'. 499 `deref' is one of the symbols `never', `always', `search' or `find'.
499 `timelimit' is the timeout limit for the connection in seconds. 500 `timelimit' is the timeout limit for the connection in seconds.