You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ldap/src/main/java/org/springframework/security/ldap/authentication/ad/ActiveDirectoryLdapAuthenticationProvider.java
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@
69
69
* attribute.
70
70
* <p>
71
71
* <h3>Active Directory Sub-Error Codes</h3>
72
-
*
72
+
* <p>
73
73
* When an authentication fails, resulting in a standard LDAP 49 error code, Active
74
74
* Directory also supplies its own sub-error codes within the error message. These will be
75
75
* used to provide additional log information on why an authentication has failed. Typical
@@ -85,7 +85,7 @@
85
85
* <li>773 - user must reset password</li>
86
86
* <li>775 - account locked</li>
87
87
* </ul>
88
-
*
88
+
* <p>
89
89
* If you set the {@link #setConvertSubErrorCodesToExceptions(boolean)
90
90
* convertSubErrorCodesToExceptions} property to {@code true}, the codes will also be used
91
91
* to control the exception raised.
@@ -143,7 +143,7 @@ public ActiveDirectoryLdapAuthenticationProvider(String domain, String url, Stri
Copy file name to clipboardExpand all lines: ldap/src/main/java/org/springframework/security/ldap/authentication/ad/DefaultActiveDirectoryAuthoritiesPopulator.java
0 commit comments