论语全书2021-03-30ldapAuthantication登录验证失败错误码49对应的
送妈妈王者怎么⼦错误码
深化作风建设验证失败是报的错误⼤致如下
LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 701, v1db0政治修养
其中code 49 是主错误码,代表验证失败,后⾯的data 701则是⼦错误码,代表具体时间什么原因导致了验证失败:
Error CodeDescription
525 ur not found--未找到⽤户
52e invalid credentials--⽆效凭据
530 not permitted to logon at this time--此时不允许登录
531 not permitted to logon at this workstation--不允许在此⼯作站登录
太行五指山
532 password expired (remember to check the ur t l also)--密码已过期(请记住在l⽂件(同时)
533 account disabled--帐户已禁⽤
701 account expired--帐户已过期
773 ur must ret password--⽤户必须重置密码经济困难
775 ur account locked--⽤户帐户已锁定
纸婚小说以下⽅法可以获取Message中的⼦错误码,没有更好的⽅法,路过的⼤神赐教
Exception error = Error();
String errorMessage = Message();
code = errorMessage.substring(errorMessage.indexOf("data") +5, errorMessage.indexOf("data") +9).trim();