Searched refs:authmode (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/ldap/ |
| H A D | ldap.c | 280 /* {{{ proto resource ldap_connect([string host [, int port [, string wallet [, string wallet_passwd [, int authmode]]]]]) 290 long authmode = GSLC_SSL_NO_AUTH; local 301 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|slssl", &host, &hostlen, &port, &wallet, &walletlen, &walletpasswd, &walletpasswdlen, &authmode) != SUCCESS) { 344 if (ldap_init_SSL(&ldap->ld_sb, wallet, walletpasswd, authmode)) { 2381 ZEND_ARG_INFO(0, authmode)
|
Completed in 8 milliseconds