diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-02-13 08:08:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:07 -0500 |
commit | e869883d801b79f4d13cf323b73a45fcd6d63492 (patch) | |
tree | 385a7e54ceda9ebe87432aef2f80cd07e3029dd0 | |
parent | 20df8d8305d2dc50096ae40bbcb16a1e2b5134ea (diff) | |
download | samba-e869883d801b79f4d13cf323b73a45fcd6d63492.tar.gz samba-e869883d801b79f4d13cf323b73a45fcd6d63492.tar.bz2 samba-e869883d801b79f4d13cf323b73a45fcd6d63492.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
(This used to be commit 608d24f0016ff090b7de7fbd0bed85153bcc703d)
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/kludge_acl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/kludge_acl.c b/source4/dsdb/samdb/ldb_modules/kludge_acl.c index 644217b99c..ff0dd062fb 100644 --- a/source4/dsdb/samdb/ldb_modules/kludge_acl.c +++ b/source4/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 */ |