ldap_result(rename) : Invalid DN syntax errmsg : invalid new RDN■エラー発生例2 newrdnの指定方法を間違って識別名を変更しようとした場合。 リポジトリ内のエントリの状態(LDIF) dn: cn=User001,o=fujitsu,dc=com objectclass: top objectclas
LDAP_NO_SUCH_OBJECT = 0x20,//客户尝试或者删除一个在目录中并不存在的项 LDAP_ALIAS_PROBLEM = 0x21,//服务器在处理别名时遇到了一个错误 LDAP_INVALID_DN_SYNTAX = 0x22,//请求中指定的可区别名字的格式无效 LDAP_IS_LEAF = 0x23,//函数中指定的项是目录树中的一个叶子项 LDAP_ALIAS_DEREF_PROBLEM...
0x2133LDAP_ALIAS_PROBLEM: Indicates that an error occurred when an alias wasdereferenced. 当一个别名被复引用时发生错误。 0x2234LDAP_INVALID_DN_SYNTAX: Indicates that the syntax of the DN is incorrect. (If the DN syntax is correct, but the LDAP server's structure rules do not permit the o...
LDAP_NO_SUCH_OBJECT = 0x20,//客户尝试或者删除一个在目录中并不存在的项 LDAP_ALIAS_PROBLEM = 0x21,//服务器在处理别名时遇到了一个错误 LDAP_INVALID_DN_SYNTAX = 0x22,//请求中指定的可区别名字的格式无效 LDAP_IS_LEAF = 0x23,//函数中指定的项是目录树中的一个叶子项 LDAP_ALIAS_DEREF_PROBLEM...
根据error number区分,比如此例中错误码原因如下: LDAP_INVALID_CREDENTIALS = 49,常见于用户名密码错误 其他的错误码参考下表。 错误码(十六进制) 错误码(十进制) 描述 说明 0x00 0 LDAP_SUCCESS: Indicates the requested client operation completed successfully. ...
LDAP_NO_SUCH_OBJECT = 0x20,//客户尝试或者删除一个在目录中并不存在的项 LDAP_ALIAS_PROBLEM = 0x21,//服务器在处理别名时遇到了一个错误 LDAP_INVALID_DN_SYNTAX = 0x22,//请求中指定的可区别名字的格式无效 LDAP_IS_LEAF = 0x23,//函数中指定的项是目录树中的一个叶子项 ...
LDAP_OPERATIONS_ERROR=0x01,//一个未指定的错误发生在处理LDAP请求的服务器上 LDAP_PROTOCOL_ERROR=0x02,//服务器接受到一个没有正确格式化或顺序出错的包 LDAP_TIMELIMIT_EXCEEDED=0x03,//操作上指定的时间限制被超出。这不同于服务器没有及时响应时的客户方检测到的超时错误 LDAP_SIZELIMIT_EXCEEDED=0x04,//...
0x2133LDAP_ALIAS_PROBLEM: Indicates that an error occurred when an alias wasdereferenced. 当一个别名被复引用时发生错误。 0x2234LDAP_INVALID_DN_SYNTAX: Indicates that the syntax of the DN is incorrect. (If the DN syntax is correct, but the LDAP server's structure rules do not permit the ...
0x34 KRB_ERR_RESPONSE_TOO_BIG Too much data 0x3C KRB_ERR_GENERIC Generic error; the description is in the e-data field 0x3D KRB_ERR_FIELD_TOOLONG Field is too long for this implementation 0x3E KDC_ERR_CLIENT_NOT_TRUSTED The client trust failed or is not implemented ...
LDAP_INVALID_DN_SYNTAX 0x22 - A distinguished name was specified that is syntactically not valid. LDAP_IS_LEAF 0x23 - The object specified is a leaf. LDAP_ALIAS_DEREF_PROBLEM 0x24 - A problem was encountered when dereferencing an alias. LDAP_INAPPROPRIATE_AUTH 0x30 - Inappropriate authenticati...