ldap_set_option

About this tag
The ldap_set_option function in Windows is used to configure LDAP session options, such as enabling SASL authentication via the LDAP_OPT_SASL_METHOD option. A known issue on Windows 7 and Windows Server 2008 R2 causes an LDAP_AUTH_UNKNOWN (0x56) error when calling ldap_set_option with this option. A Microsoft hotfix resolves this error. Discussions on WindowsForum.com cover troubleshooting this specific error and applying the fix.
  1. News

    "LDAP_AUTH_UNKNOWN (0x56)" error code occurs when you call the "ldap_set_option" function in Windows

    Fixes a "LDAP_AUTH_UNKNOWN (0x56)" error code issue in Windows 7 or in Windows Server 2008 R2. This issue occurs when you call the "ldap_set_option" function if you use the "LDAP_OPT_SASL_METHOD" session option to enable the SASL authentication mode. More...
Support hub
Messages Watched Saved Settings Log in Register
Back
Top