Home
last modified time | relevance | path

Searched refs:cred (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/ldap/
H A Dldap.c1274 struct berval cred; in PHP_FUNCTION() local
1276 cred.bv_val = ldap_bind_pw; in PHP_FUNCTION()
1277 cred.bv_len = ldap_bind_pw ? ldap_bind_pwlen : 0; in PHP_FUNCTION()
1278 rc = ldap_sasl_bind_s(ld->link, ldap_bind_dn, LDAP_SASL_SIMPLE, &cred, in PHP_FUNCTION()
1336 struct berval cred; in PHP_FUNCTION() local
1339 cred.bv_val = ldap_bind_pw; in PHP_FUNCTION()
1340 cred.bv_len = ldap_bind_pw ? ldap_bind_pwlen : 0; in PHP_FUNCTION()
1342 rc = ldap_sasl_bind(ld->link, ldap_bind_dn, LDAP_SASL_SIMPLE, &cred, in PHP_FUNCTION()

Completed in 15 milliseconds