mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-14 14:23:30 +00:00
SEC-2954: Update ActiveDirectoryLdapAuthenticationProvider javadoc
Cleaning up docs to match
cd352f665b (diff-c7d6415af2848047b4b7bde824f66fcb)
This commit is contained in:
parent
a67ef1c3a2
commit
1a716d0593
@ -49,9 +49,7 @@ import java.util.regex.Pattern;
|
|||||||
* <p>
|
* <p>
|
||||||
* It will authenticate using the Active Directory <a
|
* It will authenticate using the Active Directory <a
|
||||||
* href="http://msdn.microsoft.com/en-us/library/ms680857%28VS.85%29.aspx">
|
* href="http://msdn.microsoft.com/en-us/library/ms680857%28VS.85%29.aspx">
|
||||||
* {@code userPrincipalName}</a> or <a
|
* {@code userPrincipalName}</a> or a custom {@link #setSearchFilter(String) searchFilter}
|
||||||
* href="http://msdn.microsoft.com/en-us/library/ms679635%28v=vs.85%29.aspx">
|
|
||||||
* {@code sAMAccountName}</a> (or a custom {@link #setSearchFilter(String) searchFilter})
|
|
||||||
* in the form {@code username@domain}. If the username does not already end with the
|
* in the form {@code username@domain}. If the username does not already end with the
|
||||||
* domain name, the {@code userPrincipalName} will be built by appending the configured
|
* domain name, the {@code userPrincipalName} will be built by appending the configured
|
||||||
* domain name to the username supplied in the authentication request. If no domain name
|
* domain name to the username supplied in the authentication request. If no domain name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user