python-ldap访问AD域的的错误一般会如下格式:
{'info': '80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 525, vece', 'desc': 'Invalid credentials'}
其中红字部分的意思如下(这些错误码跟语言无关):
525 - 用户没有找到
52e - 证书不正确
530 - not permitted to logon at this time
532 - 密码期满
533 - 帐户不可用
701 - 账户期满
773 - 用户必须重设密码

相关文章:

  • 2021-05-30
  • 2022-01-19
  • 2021-09-25
  • 2021-07-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-10
猜你喜欢
  • 2021-04-12
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2021-04-10
  • 2021-05-25
  • 2022-12-23
相关资源
相似解决方案