From: Eli Zaretskii Date: Sat, 9 Sep 2006 11:06:19 +0000 (+0000) Subject: (ldap-search-internal): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~668 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4fda7cef4e8915941522df90c65bbd7075b86ee1;p=emacs.git (ldap-search-internal): Doc fix. --- 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. `base' is the base for the search as described in RFC 1779. `scope' is one of the three symbols `sub', `base' or `one'. `binddn' is the distinguished name of the user to bind as (in RFC 1779 syntax). + `auth' is one of the symbols `simple', `krbv41' or `krbv42' `passwd' is the password to use for simple authentication. `deref' is one of the symbols `never', `always', `search' or `find'. `timelimit' is the timeout limit for the connection in seconds.