summaryrefslogtreecommitdiffstats
path: root/source/dsdb
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-02-13 08:08:23 +0000
committerStefan Metzmacher <metze@samba.org>2007-02-13 08:08:23 +0000
commited8dd3e6018f225b7be633e491c16383689575a1 (patch)
treeaa826c3c8b05a6a34847458e2ed327096181cff3 /source/dsdb
parentce3585f88daab942a8f644ea4d110de7691b6749 (diff)
downloadsamba-ed8dd3e6018f225b7be633e491c16383689575a1.tar.gz
samba-ed8dd3e6018f225b7be633e491c16383689575a1.tar.xz
samba-ed8dd3e6018f225b7be633e491c16383689575a1.zip
r21306: fix the RPC-LSA tests the admin couldn't no longer get the 'currentValue'
attribute... this needs more works, but make it work again for now metze
Diffstat (limited to 'source/dsdb')
-rw-r--r--source/dsdb/samdb/ldb_modules/kludge_acl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/dsdb/samdb/ldb_modules/kludge_acl.c b/source/dsdb/samdb/ldb_modules/kludge_acl.c
index 644217b99ce..ff0dd062fbc 100644
--- a/source/dsdb/samdb/ldb_modules/kludge_acl.c
+++ b/source/dsdb/samdb/ldb_modules/kludge_acl.c
@@ -126,6 +126,7 @@ static int kludge_acl_callback(struct ldb_context *ldb, void *context, struct ld
{
switch (ac->user_type) {
case SYSTEM:
+ case ADMINISTRATOR:
break;
default:
/* remove password attributes */