Home
last modified time | relevance | path

Searched refs:ldapversion (Results 1 – 25 of 63) sorted by relevance

123

/dports/www/moodle310/moodle/lib/
H A Dldaplib.php470 * @param ldapversion integer The LDAP protocol version we use.
475 function ldap_paged_results_supported($ldapversion, $ldapconnection = null) { argument
476 if ((int)$ldapversion < 3) {
/dports/www/moodle311/moodle/lib/
H A Dldaplib.php470 * @param ldapversion integer The LDAP protocol version we use.
475 function ldap_paged_results_supported($ldapversion, $ldapconnection = null) { argument
476 if ((int)$ldapversion < 3) {
/dports/www/moodle39/moodle/lib/
H A Dldaplib.php470 * @param ldapversion integer The LDAP protocol version we use.
475 function ldap_paged_results_supported($ldapversion, $ldapconnection = null) { argument
476 if ((int)$ldapversion < 3) {
/dports/mail/thunderbird/thunderbird-91.8.0/comm/ldap/c-sdk/libraries/libldap/
H A Dsaslbind.c520 int rc, simple, msgid, ldapversion; in ldap_sasl_bind() local
555 ldapversion = NSLDAPI_LDAP_VERSION(ld); in ldap_sasl_bind()
558 if (!simple && ldapversion < LDAP_VERSION3) { in ldap_sasl_bind()
594 rc = ber_printf(ber, "{it{isto}", msgid, LDAP_REQ_BIND, ldapversion, dn, in ldap_sasl_bind()
599 rc = ber_printf(ber, "{it{ist{s}}", msgid, LDAP_REQ_BIND, ldapversion, dn, in ldap_sasl_bind()
603 ber_printf(ber, "{it{ist{so}}", msgid, LDAP_REQ_BIND, ldapversion, dn, in ldap_sasl_bind()
H A Dresult.c69 int ldapversion, int* totalcountp,
928 int ldapversion, int* totalcountp, in check_for_refs() argument
937 if (ldapversion < LDAP_VERSION2 || in check_for_refs()
965 } else if (ldapversion == LDAP_VERSION2 && origerr != LDAP_SUCCESS) { in check_for_refs()
997 (ldapversion == LDAP_VERSION2) ? LDAP_PARTIAL_RESULTS : LDAP_REFERRAL; in check_for_refs()
H A Dtest.c442 int bound, all, scope, attrsonly, optval, ldapversion; in ldapmain() local
488 ldapversion = 0; /* use default */ in ldapmain()
543 ldapversion = atoi(optarg); in ldapmain()
577 if (ldapversion != 0 && ldap_set_option(ld, LDAP_OPT_PROTOCOL_VERSION, in ldapmain()
578 (void*)&ldapversion) != 0) { in ldapmain()
/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/libraries/libldap/
H A Dsaslbind.c553 int rc, simple, msgid, ldapversion; in ldap_sasl_bind() local
588 ldapversion = NSLDAPI_LDAP_VERSION( ld ); in ldap_sasl_bind()
591 if ( !simple && ldapversion < LDAP_VERSION3 ) { in ldap_sasl_bind()
630 ldapversion, dn, LDAP_AUTH_SIMPLE, cred->bv_val, in ldap_sasl_bind()
636 LDAP_REQ_BIND, ldapversion, dn, LDAP_AUTH_SASL, in ldap_sasl_bind()
640 LDAP_REQ_BIND, ldapversion, dn, LDAP_AUTH_SASL, in ldap_sasl_bind()
H A Dresult.c69 int ldapversion, int *totalcountp, int *chasingcountp );
988 int ldapversion, int *totalcountp, int *chasingcountp ) in check_for_refs() argument
997 if ( ldapversion < LDAP_VERSION2 || ( lr->lr_parent == NULL in check_for_refs()
1024 } else if ( ldapversion == LDAP_VERSION2 in check_for_refs()
1056 lr->lr_res_errno = ( ldapversion == LDAP_VERSION2 ) in check_for_refs()
H A Dtest.c495 int bound, all, scope, attrsonly, optval, ldapversion; in ldapmain() local
540 ldapversion = 0; /* use default */ in ldapmain()
596 ldapversion = atoi( optarg ); in ldapmain()
630 if ( ldapversion != 0 && ldap_set_option( ld, in ldapmain()
631 LDAP_OPT_PROTOCOL_VERSION, (void *)&ldapversion ) != 0 ) { in ldapmain()
/dports/mail/vpopmail/vpopmail-5.4.33/
H A Dvldap.h36 int ldapversion = 3; variable
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/login/
H A Dfunctions_ldap.php72 $ldapversion = $dolibarr_main_auth_ldap_version;
87 $ldap->ldapProtocolVersion = $ldapversion;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/login/
H A Dfunctions_ldap.php72 $ldapversion = $dolibarr_main_auth_ldap_version;
89 $ldap->ldapProtocolVersion = $ldapversion;
/dports/www/mod_webauth/webauth-4.7.0/modules/ldap/
H A Dmod_webauthldap.h80 int ldapversion; member
H A Dconfig.c255 sconf->ldapversion = LDAP_VERSION3; in mwl_config_init()
H A Dmod_webauthldap.c384 &lc->sconf->ldapversion) in webauthldap_bind()
388 lc->r->user, lc->sconf->ldapversion); in webauthldap_bind()
/dports/www/c-icap/c_icap-0.5.10/modules/
H A Dldap_module.c100 int ldapversion; member
195 pool->ldapversion = LDAP_VERSION3; in ldap_pool_create()
313 ldap_set_option(conn->ldap, LDAP_OPT_PROTOCOL_VERSION, &(pool->ldapversion));
/dports/net-im/jabberd/jabberd-2.7.0/storage/
H A Dstorage_ldapvcard.c189 int ldapversion = LDAP_VERSION3; in _st_ldapvcard_connect() local
202 if (ldap_set_option(data->ld, LDAP_OPT_PROTOCOL_VERSION, &ldapversion) != LDAP_SUCCESS) in _st_ldapvcard_connect()
H A Dauthreg_ldapfull.c533 int ldapversion = LDAP_VERSION3; in _ldapfull_connect() local
548 if (ldap_set_option(data->ld, LDAP_OPT_PROTOCOL_VERSION, &ldapversion) != LDAP_SUCCESS) in _ldapfull_connect()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/libpq/
H A Dauth.c2109 int ldapversion = LDAP_VERSION3; in InitializeLDAPConnection() local
2126 if ((r = ldap_set_option(*ldap, LDAP_OPT_PROTOCOL_VERSION, &ldapversion)) != LDAP_SUCCESS) in InitializeLDAPConnection()
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/auth/
H A Dpool_hba.c2481 int ldapversion = LDAP_VERSION3; in InitializeLDAPConnection() local
2604 if ((r = ldap_set_option(*ldap, LDAP_OPT_PROTOCOL_VERSION, &ldapversion)) != LDAP_SUCCESS) in InitializeLDAPConnection()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/auth/
H A Dpool_hba.c2481 int ldapversion = LDAP_VERSION3; in InitializeLDAPConnection() local
2604 if ((r = ldap_set_option(*ldap, LDAP_OPT_PROTOCOL_VERSION, &ldapversion)) != LDAP_SUCCESS) in InitializeLDAPConnection()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/libpq/
H A Dauth.c2109 int ldapversion = LDAP_VERSION3; in InitializeLDAPConnection() local
2126 if ((r = ldap_set_option(*ldap, LDAP_OPT_PROTOCOL_VERSION, &ldapversion)) != LDAP_SUCCESS) in InitializeLDAPConnection()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/libpq/
H A Dauth.c2109 int ldapversion = LDAP_VERSION3; in InitializeLDAPConnection() local
2126 if ((r = ldap_set_option(*ldap, LDAP_OPT_PROTOCOL_VERSION, &ldapversion)) != LDAP_SUCCESS) in InitializeLDAPConnection()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/libpq/
H A Dauth.c2109 int ldapversion = LDAP_VERSION3; in InitializeLDAPConnection() local
2126 if ((r = ldap_set_option(*ldap, LDAP_OPT_PROTOCOL_VERSION, &ldapversion)) != LDAP_SUCCESS) in InitializeLDAPConnection()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/libpq/
H A Dauth.c2109 int ldapversion = LDAP_VERSION3; in InitializeLDAPConnection() local
2126 if ((r = ldap_set_option(*ldap, LDAP_OPT_PROTOCOL_VERSION, &ldapversion)) != LDAP_SUCCESS) in InitializeLDAPConnection()

123