svn commit: samba r21306 - in branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules: .

metze at samba.org metze at samba.org
Tue Feb 13 08:08:24 GMT 2007


Author: metze
Date: 2007-02-13 08:08:23 +0000 (Tue, 13 Feb 2007)
New Revision: 21306

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21306

Log:
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
Modified:
   branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/kludge_acl.c


Changeset:
Modified: branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/kludge_acl.c
===================================================================
--- branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/kludge_acl.c	2007-02-13 03:52:57 UTC (rev 21305)
+++ branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/kludge_acl.c	2007-02-13 08:08:23 UTC (rev 21306)
@@ -126,6 +126,7 @@
 	{
 		switch (ac->user_type) {
 		case SYSTEM:
+		case ADMINISTRATOR:
 			break;
 		default:
 			/* remove password attributes */



More information about the samba-cvs mailing list