20170625

2.4 LDAP Error to Win32 Error Mapping

2.4 LDAP Error to Win32 Error Mapping
【外部リンク】
https://msdn.microsoft.com/en-us/library/gg465310.aspx
Windows contains an implementation of the LDAP resultCode ([RFC2251] section 4.1.10) which is used by higher-layer protocols to interpret the results of an LDAP operation.
Each LDAP error value is also mapped to the closest Win32 error value, for use by the higher-layer protocols. This mapping is as shown in the following table:
Value: Decimal
Value: Hexadecimal representation
LDAPResult.resultCode: RFC 1777
LDAPResult.resultCode: RFC 2251
Windows: Ldap Error (LDAP_RETCODE from winldap.w)
Windows: Win32 error (from LdapMapErrorToWin32 / winmain\ds\ds\src\ldap\client\util.cxx)
0
0x0
success
success
LDAP_SUCCESS
NO_ERROR
1
0x1
operationsError
operationsError
LDAP_OPERATIONS_ERROR
ERROR_OPEN_FAILED
2
0x2
protocolError
protocolError
LDAP_PROTOCOL_ERROR
ERROR_INVALID_LEVEL

--

注目の投稿

chrome拡張機能 ハッキング

chrome拡張機能 ハッキング chrome://extensions/ 【外部リンク】 https://thehackernews.com/2024/12/16-chrome-extensions-hacked-exposing.html 数十の Chrome 拡張機能がハッ...

人気の投稿