zoukankan      html  css  js  c++  java
  • 用ldap方式访问AD域的的错误解释

    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 - 用户必须重设密码
  • 相关阅读:
    8月4日
    8月3日 hive配置
    8月2日
    8月1日
    7月31日
    7月30日
    7月29日
    7月28日
    第六周总结
    重大技术需求进度报告一
  • 原文地址:https://www.cnblogs.com/dkblog/p/2234490.html
Copyright © 2011-2022 走看看