Home
last modified time | relevance | path

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

/php-src/ext/ldap/
H A Dldap.c922 zend_long authmode = GSLC_SSL_NO_AUTH; in PHP_FUNCTION() local
940 …st, &hostlen, &port, &wallet, &walletlen, &walletpasswd, &walletpasswdlen, &authmode) != SUCCESS) { in PHP_FUNCTION()
1007 if (ldap_init_SSL(&ldap->ld_sb, wallet, walletpasswd, authmode)) { in PHP_FUNCTION()
1027 zend_long authmode = GSLC_SSL_NO_AUTH; in PHP_FUNCTION() local
1034 &host, &hostlen, &wallet, &walletlen, &walletpasswd, &walletpasswdlen, &authmode) != SUCCESS in PHP_FUNCTION()
1039 if (authmode != 0) { in PHP_FUNCTION()
1078 if (ldap_init_SSL(&ldap->ld_sb, wallet, walletpasswd, authmode)) { in PHP_FUNCTION()

Completed in 30 milliseconds