summaryrefslogtreecommitdiff
path: root/lisp/net/ldap.el
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@fitzsim.org>2015-02-06 00:29:46 -0500
committerThomas Fitzsimmons <fitzsim@fitzsim.org>2015-02-06 00:51:45 -0500
commit57abaae56a4a1549f6a154fecad16f47fc0bba9e (patch)
treef658e090cefb70e50f686f33699d4486766754bd /lisp/net/ldap.el
parent3fc745d5de3ef7825345132dbcd20784e5cab0e3 (diff)
downloademacs-57abaae56a4a1549f6a154fecad16f47fc0bba9e.tar.gz
net/ldap.el (ldap-search-internal): Fix docstring
Diffstat (limited to 'lisp/net/ldap.el')
-rw-r--r--lisp/net/ldap.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/ldap.el b/lisp/net/ldap.el
index a77fc3c6514..1df975af3d9 100644
--- a/lisp/net/ldap.el
+++ b/lisp/net/ldap.el
@@ -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.