Searched refs:ldap_bind_pwlen (Results 1 – 1 of 1) sorted by relevance
471 size_t ldap_bind_dnlen, ldap_bind_pwlen; in PHP_FUNCTION() local475 …S(), "r|ss", &link, &ldap_bind_dn, &ldap_bind_dnlen, &ldap_bind_pw, &ldap_bind_pwlen) != SUCCESS) { in PHP_FUNCTION()489 if (ldap_bind_pw != NULL && memchr(ldap_bind_pw, '\0', ldap_bind_pwlen) != NULL) { in PHP_FUNCTION()502 cred.bv_len = ldap_bind_pw ? ldap_bind_pwlen : 0; in PHP_FUNCTION()
Completed in 11 milliseconds