2021-03-30ldapAuthantication登录验证失败错误码49对应的
⼦错误码
验证失败是报的错误⼤致如下
小学智力题LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 701, v1db0
其中code 49 是主错误码,代表验证失败,后⾯的data 701则是⼦错误码,代表具体时间什么原因导致了验证失败:
faxingError 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();
海底世界卡通图片