Home
last modified time | relevance | path

Searched refs:LDAP_SCOPE_ONE (Results 1 – 25 of 30) sorted by relevance

12

/dports/mail/slapd-cyrus/Slapd-Backend-Cyrus-1.00/lib/Slapd/Backend/
H A DConstant.pm44 LDAP_SCOPE_ONE => 1, constant
/dports/net/freeradius3/freeradius-server-3.0.25/src/modules/rlm_ldap/
H A Dldap.h54 #if !defined(LDAP_SCOPE_ONE) && defined(LDAP_SCOPE_ONELEVEL)
55 # define LDAP_SCOPE_ONE LDAP_SCOPE_ONELEVEL macro
H A Drlm_ldap.c44 { "one", LDAP_SCOPE_ONE },
/dports/mail/slapd-cyrus/Slapd-Backend-Cyrus-1.00/lib/Slapd/Backend/Proxy/Store/
H A DBerkeleyDB.pm102 my $regexp = $scope == LDAP_SCOPE_ONE ? qr/^[^,]+,$base$/
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/back-wt/
H A Dcache.c209 cursor->set_key(cursor, pdn.bv_val, (int8_t)LDAP_SCOPE_ONE); in wt_idlcache_clear()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/back-wt/
H A Dcache.c209 cursor->set_key(cursor, pdn.bv_val, (int8_t)LDAP_SCOPE_ONE); in wt_idlcache_clear()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/back-wt/
H A Dcache.c209 cursor->set_key(cursor, pdn.bv_val, (int8_t)LDAP_SCOPE_ONE); in wt_idlcache_clear()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/back-wt/
H A Dcache.c209 cursor->set_key(cursor, pdn.bv_val, (int8_t)LDAP_SCOPE_ONE); in wt_idlcache_clear()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/xml_int/mod_xml_ldap/
H A Dmod_xml_ldap.c597 if ((ldap_search_s(ld, basedn, LDAP_SCOPE_ONE, filter, NULL, 0, &msg) != LDAP_SUCCESS)) in trysearch()
652 ldap_search_s(ld, dn, LDAP_SCOPE_ONE, NULL, NULL, 0, &msg); in rec()
/dports/security/openvpn-auth-ldap/openvpn-auth-ldap-auth-ldap-2.0.4/src/
H A DTRLDAPConnection.m248 * @param scope: LDAP scope (LDAP_SCOPE_BASE, LDAP_SCOPE_ONE, or LDAP_SCOPE_SUBTREE)
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/overlays/
H A Dpcache.c1485 if ( tscope == LDAP_SCOPE_ONE && depth != 1) continue; in query_containment()
1488 case LDAP_SCOPE_ONE: in query_containment()
1490 tscope = LDAP_SCOPE_ONE; in query_containment()
1491 if ( tscope == LDAP_SCOPE_ONE && depth ) continue; in query_containment()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/overlays/
H A Dpcache.c1485 if ( tscope == LDAP_SCOPE_ONE && depth != 1) continue; in query_containment()
1488 case LDAP_SCOPE_ONE: in query_containment()
1490 tscope = LDAP_SCOPE_ONE; in query_containment()
1491 if ( tscope == LDAP_SCOPE_ONE && depth ) continue; in query_containment()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/overlays/
H A Dpcache.c1483 if ( tscope == LDAP_SCOPE_ONE && depth != 1) continue; in query_containment()
1486 case LDAP_SCOPE_ONE: in query_containment()
1488 tscope = LDAP_SCOPE_ONE; in query_containment()
1489 if ( tscope == LDAP_SCOPE_ONE && depth ) continue; in query_containment()
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/overlays/
H A Dpcache.c1483 if ( tscope == LDAP_SCOPE_ONE && depth != 1) continue; in query_containment()
1486 case LDAP_SCOPE_ONE: in query_containment()
1488 tscope = LDAP_SCOPE_ONE; in query_containment()
1489 if ( tscope == LDAP_SCOPE_ONE && depth ) continue; in query_containment()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/overlays/
H A Dpcache.c1483 if ( tscope == LDAP_SCOPE_ONE && depth != 1) continue; in query_containment()
1486 case LDAP_SCOPE_ONE: in query_containment()
1488 tscope = LDAP_SCOPE_ONE; in query_containment()
1489 if ( tscope == LDAP_SCOPE_ONE && depth ) continue; in query_containment()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/overlays/
H A Dpcache.c1483 if ( tscope == LDAP_SCOPE_ONE && depth != 1) continue; in query_containment()
1486 case LDAP_SCOPE_ONE: in query_containment()
1488 tscope = LDAP_SCOPE_ONE; in query_containment()
1489 if ( tscope == LDAP_SCOPE_ONE && depth ) continue; in query_containment()
/dports/net/openldap24-server/openldap-2.4.59/include/
H A Dldap.h559 #define LDAP_SCOPE_ONE LDAP_SCOPE_ONELEVEL macro
/dports/net/openldap24-client/openldap-2.4.59/include/
H A Dldap.h559 #define LDAP_SCOPE_ONE LDAP_SCOPE_ONELEVEL macro
/dports/net/openldap25-client/openldap-2.5.9/include/
H A Dldap.h595 #define LDAP_SCOPE_ONE LDAP_SCOPE_ONELEVEL macro
/dports/net/openldap25-server/openldap-2.5.9/include/
H A Dldap.h595 #define LDAP_SCOPE_ONE LDAP_SCOPE_ONELEVEL macro
/dports/net/openldap26-client/openldap-2.6.0/include/
H A Dldap.h595 #define LDAP_SCOPE_ONE LDAP_SCOPE_ONELEVEL macro
/dports/net/openldap26-server/openldap-2.6.0/include/
H A Dldap.h595 #define LDAP_SCOPE_ONE LDAP_SCOPE_ONELEVEL macro
/dports/net/fpc-ldap/fpc-3.2.2/packages/ldap/src/
H A Dldaph.inc398 LDAP_SCOPE_ONE = LDAP_SCOPE_ONELEVEL;
/dports/lang/fpc-source/fpc-3.2.2/packages/ldap/src/
H A Dldaph.inc398 LDAP_SCOPE_ONE = LDAP_SCOPE_ONELEVEL;
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/back-sql/
H A Dsearch.c2255 case LDAP_SCOPE_ONE: in backsql_search()

12