5
我將不推薦使用的ldap函數更改爲不推薦使用的函數。但我在ldap_sasl_bind_s. It returns error code 49
有問題,這意味着無效的憑據。但我確信憑證是有效的。否則,我加入遷移到不推薦使用的ldap函數時出錯
TLS_REQCERT never
TLSVerifyClient never
到/etc/openldap/ldap.conf中。我仍然得到錯誤。
ldap_simple_bind_s(q->ld, binddn, creds.bv_val); //works well
ldap_sasl_bind_s(q->ld, binddn, LDAP_SASL_SIMPLE , &creds, NULL, NULL, NULL); //returns ldap error code 49 but continues working
的主要問題是:當I M使用ldap_sasl_bind_s,它不綁定所有attrbiutes,我在我的LDAP架構了。另外當我搜索一個現有的屬性,它返回NOSUCH錯誤。
任何幫助,將不勝感激。