]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/aci.c
Fix rev 1.52, frontendDB uses index {-1}.
[openldap] / servers / slapd / aci.c
index 0311558ac736b53ddfcb9f79dec588d3ca3dc590..28b99388ea2381f791e423411a116c095f774b8f 100644 (file)
 /* change this to "OpenLDAPset" */
 #define SLAPD_ACI_SET_ATTR             "template"
 
+typedef enum slap_aci_scope_t {
+       SLAP_ACI_SCOPE_ENTRY            = 0x1,
+       SLAP_ACI_SCOPE_CHILDREN         = 0x2,
+       SLAP_ACI_SCOPE_SUBTREE          = ( SLAP_ACI_SCOPE_ENTRY | SLAP_ACI_SCOPE_CHILDREN )
+} slap_aci_scope_t;
+
 enum {
        ACI_BV_ENTRY,
        ACI_BV_CHILDREN,