# HG changeset patch # User Eli Zaretskii # Date 1157799979 0 # Node ID f9449f64d4b8ad1d5f496b77c9ecb08fedb4ddfa # Parent 9128a453144802903c6e704ef7c53b4c7f18a092 (ldap-search-internal): Doc fix. diff -r 9128a4531448 -r f9449f64d4b8 lisp/net/ldap.el --- a/lisp/net/ldap.el Sat Sep 09 10:50:03 2006 +0000 +++ b/lisp/net/ldap.el Sat Sep 09 11:06:19 2006 +0000 @@ -494,6 +494,7 @@ `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.