Skip to content
Snippets Groups Projects
Commit cd9f89c6 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Further clarifications

parent d043fca7
No related branches found
No related tags found
No related merge requests found
......@@ -117,10 +117,10 @@ The LDAP "simple" method has three modes of operation:
* unauthenticated, and
* user/password authenticated.
Anonymous access is obtained by providing no name and no password
to the "simple" bind operation. Unauthenticated access is obtained
by providing a name but no password. Authenticated access is obtain
by providing a valid name and password.
Anonymous access is requested by providing no name and no password
to the "simple" bind operation. Unauthenticated access is requested
by providing a name but no password. Authenticated access is
requested by providing a valid name and password.
An anonymous bind results in an {{anonymous}} authorization
association. Anonymous bind mechanism is enabled by default, but
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment