Microsoft Active Directory(LDAP)连接常见错误代码-认证错误-LDAP: error code 49

4,596 阅读1分钟

认证 错误类似于这样: "The exception is [ LDAP: error code 49 - 80090308: LdapErr: DSID-0Cxxxxxx , comment: AcceptSecurityContext error, data xxx , vece ]." AD指令错误代码是一段在"data"之后并在"vece"或者"v893"这样文字之前的一段字符。实际上这些错误代码伴随着绑定过程而返回。

  • 525 用户不存在

  • 52e 密码或凭证无效

  • 530 此时不允许登录

  • 531 在此工作站上不允许登录

  • 532 密码过期

  • 533 账户禁用

  • 701 账户过期

  • 773 用户必须重置密码

  • 775 用户账户锁定