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

metze at samba.org metze at samba.org
Sat Jan 20 09:46:43 GMT 2007


Author: metze
Date: 2007-01-20 09:46:42 +0000 (Sat, 20 Jan 2007)
New Revision: 20921

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

Log:
- only give password attributes to the SYSTEM account
- but SYSTEM and administrators can change them

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-01-20 00:49:04 UTC (rev 20920)
+++ branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/kludge_acl.c	2007-01-20 09:46:42 UTC (rev 20921)
@@ -126,7 +126,6 @@
 	{
 		switch (ac->user_type) {
 		case SYSTEM:
-		case ADMINISTRATOR:
 			break;
 		default:
 			/* remove password attributes */
@@ -183,7 +182,6 @@
 	   just as we would not allow that attribute to be returned */
 	switch (ac->user_type) {
 	case SYSTEM:
-	case ADMINISTRATOR:
 		break;
 	default:
 		/* remove password attributes */



More information about the samba-cvs mailing list