Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
57abaae5
Commit
57abaae5
authored
Feb 06, 2015
by
Thomas Fitzsimmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
net/ldap.el (ldap-search-internal): Fix docstring
parent
3fc745d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/ldap.el
lisp/net/ldap.el
+2
-2
No files found.
lisp/ChangeLog
View file @
57abaae5
2015-02-06 Thomas Fitzsimmons <fitzsim@fitzsim.org>
* net/ldap.el (ldap-search-internal): Fix docstring.
2015-02-06 Lars Ingebrigtsen <larsi@gnus.org>
* subr.el (define-error): The error conditions may be constant
...
...
lisp/net/ldap.el
View file @
57abaae5
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment