Searched refs:SLAP_AN_OCEXCLUDE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dad.c613 attrs->an_flags |= SLAP_AN_OCEXCLUDE;
615 attrs->an_flags &= ~SLAP_AN_OCEXCLUDE;
628 if ( attrs->an_flags & SLAP_AN_OCEXCLUDE ) {
972 anew->an_flags |= SLAP_AN_OCEXCLUDE;
H A Daclparse.c2822 ptr = acl_safe_strcopy( ptr, ( an->an_flags & SLAP_AN_OCEXCLUDE ) ? "!" : "@" );
H A Dslap.h863 #define SLAP_AN_OCEXCLUDE 0x01 macro

Completed in 78 milliseconds