HomeSort by: relevance | last modified time | path
    Searched refs:tgrant (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
aci.c 823 slap_access_t tgrant, tdeny, grant, deny; local
835 ACL_INIT(tgrant);
852 tgrant |= grant;
858 accessmask2str( tgrant, accessmaskbuf, 1 ),
866 if ( tgrant == ACL_PRIV_NONE && tdeny == ACL_PRIV_NONE ) {
919 tgrant |= grant;
924 if ( tgrant != ACL_PRIV_NONE || tdeny != ACL_PRIV_NONE ) {
929 accessmask2str( tgrant, accessmaskbuf, 1 ),
960 *grantp = tgrant;
acl.c 1770 slap_access_t tgrant, tdeny; local
1786 ACL_INVALIDATE(tgrant);
1808 tgrant |= grant;
1813 tgrant &= b->a_access_mask & ACL_PRIV_MASK;
1817 if( ACL_IS_INVALID(tgrant) && ACL_IS_INVALID(tdeny) ) {
1830 modmask = tgrant | ACL_PRIV_ADDITIVE;
1832 } else if (ACL_IS_INVALID(tgrant)) {
1836 modmask = (tgrant & ~tdeny) | ACL_PRIV_ADDITIVE;

Completed in 88 milliseconds