(Added LDAP section (pending table))
|
(LDAP table added)
|
Line 17: | |||
''A: LDAP error messages (usually encountered doing an Authentication Realm test) contain a lot of stacktrace, but really the most relevant part of the error is within the <u>vece</u> error code. A table is listed below of the most common ones:'' | ''A: LDAP error messages (usually encountered doing an Authentication Realm test) contain a lot of stacktrace, but really the most relevant part of the error is within the <u>vece</u> error code. A table is listed below of the most common ones:'' | ||
+ | <table border=4 cellpadding=2 cellspacing=2 align=center> | ||
+ | <tr> | ||
+ | <th>Code</th> | ||
+ | <th>Description</th> | ||
+ | </tr> | ||
+ | <tr><td>525</td><td>User not found</td></tr> | ||
+ | <tr><td>52e</td><td>Invalid Credentials</td></tr> | ||
+ | <tr><td>530</td><td>not permitted to logon at this time</td></tr> | ||
+ | <tr><td>532</td><td>password expired</td></tr> | ||
+ | <tr><td>533</td><td>account disabled</td></tr> | ||
+ | <tr><td>701</td><td>account expired</td></tr> | ||
+ | <tr><td>773</td><td>user must reset password</td></tr> | ||
+ | </table> |