]> code.delx.au - gnu-emacs/commitdiff
(ldap-search-internal): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 9 Sep 2006 11:06:19 +0000 (11:06 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 9 Sep 2006 11:06:19 +0000 (11:06 +0000)
lisp/net/ldap.el

index 029c9268d5ff59a84044fe2f80f721cec51f1f4f..18b96a7cce1c4d9b94d8813bce706f76a031f849 100644 (file)
@@ -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.