diff lisp/net/ldap.el @ 72752:f9449f64d4b8

(ldap-search-internal): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 09 Sep 2006 11:06:19 +0000
parents 891321627212
children f7702c5f335d a1a25ac6c88a
line wrap: on
line diff
--- 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.