summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-07-11 15:11:32 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-07-11 15:11:32 +1000
commitb4691ad5601a9d3e3f8ff8b42314d5e2cb462cd2 (patch)
tree0fde802e72337732c2c3d98c2b19637da3bfec3b /source4/dsdb/schema/schema.h
parentc98419d3674f2b21c35240cde90ba895e3aea1c8 (diff)
downloadsamba-b4691ad5601a9d3e3f8ff8b42314d5e2cb462cd2.tar.gz
samba-b4691ad5601a9d3e3f8ff8b42314d5e2cb462cd2.tar.bz2
samba-b4691ad5601a9d3e3f8ff8b42314d5e2cb462cd2.zip
Use common code to fill in allowedAttributes in kludge_acl.
This code is now in common with ad2oLschema. Andrew Bartlett (This used to be commit 0a797388ca442c3ad4809888897b1c63b65a7fdf)
Diffstat (limited to 'source4/dsdb/schema/schema.h')
-rw-r--r--source4/dsdb/schema/schema.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/dsdb/schema/schema.h b/source4/dsdb/schema/schema.h
index 66cc867a19..a4e455ae33 100644
--- a/source4/dsdb/schema/schema.h
+++ b/source4/dsdb/schema/schema.h
@@ -164,7 +164,8 @@ enum dsdb_attr_list_query {
DSDB_SCHEMA_SYS_MAY,
DSDB_SCHEMA_SYS_MUST,
DSDB_SCHEMA_MAY,
- DSDB_SCHEMA_MUST
+ DSDB_SCHEMA_MUST,
+ DSDB_SCHEMA_ALL
};
#include "dsdb/schema/proto.h"