From e869883d801b79f4d13cf323b73a45fcd6d63492 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 13 Feb 2007 08:08:23 +0000 Subject: [PATCH] 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) --- source4/dsdb/samdb/ldb_modules/kludge_acl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/dsdb/samdb/ldb_modules/kludge_acl.c b/source4/dsdb/samdb/ldb_modules/kludge_acl.c index 644217b99ce..ff0dd062fbc 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 */ -- 2.11.4.GIT