diff --git a/src/docbkx/user-authentication.xml b/src/docbkx/user-authentication.xml index 4cada665..8bbc9c41 100644 --- a/src/docbkx/user-authentication.xml +++ b/src/docbkx/user-authentication.xml @@ -75,15 +75,20 @@ Authenticating a user using Spring LDAP. boolean authenticated = ldapTemplate.authenticate("", "(uid=john.doe)", "secret"); - - - - Don't write your own custom authenticate methods. Use the ones - provided in Spring LDAP 1.3.x. - + + + As described in below, some setups may require additional operations to be performed + in order for actual authentication to occur. See + for details. + + + Don't write your own custom authenticate methods. Use the ones + provided in Spring LDAP 1.3.x. + + - + Performing Operations on the Authenticated Context Some authentication schemes and LDAP servers require some operation