From 1a716d0593761e43cdbe44bd9adcb91fae581953 Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 23 Apr 2015 12:44:18 -0500 Subject: [PATCH] SEC-2954: Update ActiveDirectoryLdapAuthenticationProvider javadoc Cleaning up docs to match https://github.com/spring-projects/spring-security/commit/cd352f665bce2bbf8963f6bd4cc40cb6d145291d#diff-c7d6415af2848047b4b7bde824f66fcb --- .../ad/ActiveDirectoryLdapAuthenticationProvider.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ldap/src/main/java/org/springframework/security/ldap/authentication/ad/ActiveDirectoryLdapAuthenticationProvider.java b/ldap/src/main/java/org/springframework/security/ldap/authentication/ad/ActiveDirectoryLdapAuthenticationProvider.java index 8f2e8bf378..1d74992b28 100644 --- a/ldap/src/main/java/org/springframework/security/ldap/authentication/ad/ActiveDirectoryLdapAuthenticationProvider.java +++ b/ldap/src/main/java/org/springframework/security/ldap/authentication/ad/ActiveDirectoryLdapAuthenticationProvider.java @@ -49,9 +49,7 @@ import java.util.regex.Pattern; *

* It will authenticate using the Active Directory - * {@code userPrincipalName} or - * {@code sAMAccountName} (or a custom {@link #setSearchFilter(String) searchFilter}) + * {@code userPrincipalName} or a custom {@link #setSearchFilter(String) searchFilter} * 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 to the username supplied in the authentication request. If no domain name