Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Droot_dse.c274 if ( SLAP_CONFIG( be )) { in root_dse_info()
H A Dbconfig.c1659 if ( SLAP_CONFIG( c->be ) && !c->be->be_acl ) { in config_generic()
2243 if ( SLAP_CONFIG( c->be ) && c->be->be_acl == defacl_parsed) { in config_generic()
2255 if ( SLAP_CONFIG( c->be ) && !c->be->be_acl) { in config_generic()
3298 } else if ( SLAP_CONFIG(c->be) ) { in config_suffix()
H A Dslap.h2371 #define SLAP_CONFIG(be) (SLAP_BFLAGS(be) & SLAP_BFLAG_CONFIG) macro