1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

net/ldap.el (ldap-search-internal): Fix docstring

This commit is contained in:
Thomas Fitzsimmons 2015-02-06 00:29:46 -05:00
parent 3fc745d5de
commit 57abaae56a
2 changed files with 6 additions and 2 deletions

View file

@ -546,8 +546,8 @@ not their associated values.
`auth' is one of the symbols `simple', `krbv41' or `krbv42'.
`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'
`binddn' is the distinguished name of the user to bind as (in
RFC 1779 syntax).
`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.