Home
last modified time | relevance | path

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

/PHP-8.3/ext/ldap/
H A Dldap.c923 zend_long authmode = GSLC_SSL_NO_AUTH; in PHP_FUNCTION() local
938 …st, &hostlen, &port, &wallet, &walletlen, &walletpasswd, &walletpasswdlen, &authmode) != SUCCESS) { in PHP_FUNCTION()
1005 if (ldap_init_SSL(&ldap->ld_sb, wallet, walletpasswd, authmode)) { in PHP_FUNCTION()
1025 zend_long authmode = GSLC_SSL_NO_AUTH; in PHP_FUNCTION() local
1032 &host, &hostlen, &wallet, &walletlen, &walletpasswd, &walletpasswdlen, &authmode) != SUCCESS in PHP_FUNCTION()
1037 if (authmode != 0) { in PHP_FUNCTION()
1076 if (ldap_init_SSL(&ldap->ld_sb, wallet, walletpasswd, authmode)) { in PHP_FUNCTION()

Completed in 13 milliseconds