Further clarifications

This commit is contained in:
Kurt Zeilenga 2006-05-16 18:48:31 +00:00
parent d043fca769
commit cd9f89c605

View file

@ -117,10 +117,10 @@ The LDAP "simple" method has three modes of operation:
* unauthenticated, and * unauthenticated, and
* user/password authenticated. * user/password authenticated.
Anonymous access is obtained by providing no name and no password Anonymous access is requested by providing no name and no password
to the "simple" bind operation. Unauthenticated access is obtained to the "simple" bind operation. Unauthenticated access is requested
by providing a name but no password. Authenticated access is obtain by providing a name but no password. Authenticated access is
by providing a valid name and password. requested by providing a valid name and password.
An anonymous bind results in an {{anonymous}} authorization An anonymous bind results in an {{anonymous}} authorization
association. Anonymous bind mechanism is enabled by default, but association. Anonymous bind mechanism is enabled by default, but