LDAP-225: Authentication documentation is misleading

Added a clarifying note to section 10.1.
This commit is contained in:
Mattias Hellborg Arthursson
2013-08-14 12:40:09 +02:00
parent cc14bf3319
commit 2172502b69

View File

@@ -75,15 +75,20 @@
<title>Authenticating a user using Spring LDAP.</title>
<programlisting>boolean authenticated = ldapTemplate.authenticate("", "(uid=john.doe)", "secret");</programlisting>
</example></para>
<tip>
<para>Don't write your own custom authenticate methods. Use the ones
provided in Spring LDAP 1.3.x.</para>
</tip>
</example>
<note>
As described in below, some setups may require additional operations to be performed
in order for actual authentication to occur. See <xref linkend="operationsOnAuthenticatedContext"/>
for details.
</note>
<tip>
Don't write your own custom authenticate methods. Use the ones
provided in Spring LDAP 1.3.x.
</tip>
</para>
</sect1>
<sect1>
<sect1 id="operationsOnAuthenticatedContext">
<title>Performing Operations on the Authenticated Context</title>
<para>Some authentication schemes and LDAP servers require some operation