Home
last modified time | relevance | path

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

/PHP-5.5/ext/ldap/
H A Dldap.c411 int ldap_bind_dnlen, ldap_bind_pwlen; in PHP_FUNCTION() local
415 …_CC, "r|ss", &link, &ldap_bind_dn, &ldap_bind_dnlen, &ldap_bind_pw, &ldap_bind_pwlen) != SUCCESS) { in PHP_FUNCTION()
427 if (ldap_bind_pw != NULL && memchr(ldap_bind_pw, '\0', ldap_bind_pwlen) != NULL) { in PHP_FUNCTION()

Completed in 9 milliseconds