Home | History | Annotate | Download | only in slapd

Lines Matching defs:grant

121 	BER_BVC("grant"),
321 slap_access_t *grant,
335 ACL_INIT(*grant);
344 mask = grant;
443 slap_access_t *grant,
455 ACL_INIT( *grant );
530 if ( aci_list_get_rights( &perms, &desc->ad_cname, val, grant, deny ) == 0 ) {
823 slap_access_t tgrant, tdeny, grant, deny;
849 nmatch, matches, &grant, &deny,
852 tgrant |= grant;
857 Debug( LDAP_DEBUG_ACL, " <= aci_mask grant %s deny %s\n",
916 &grant, &deny,
919 tgrant |= grant;
922 * "grant" directive matches.
928 Debug( LDAP_DEBUG_ACL, "<= aci_mask grant %s deny %s\n",
1043 * right := (grant|deny);action
1108 /* grant|deny */
1112 Debug( LDAP_DEBUG_ACL, "aciValidateRight: '%s' must be either 'grant' or 'deny'\n", bv.bv_val );
1184 /* grant|deny */
1191 Debug( LDAP_DEBUG_ACL, "aciNormalizeRight: '%s' must be grant or deny\n", grantdeny.bv_val );