svn commit: samba r20872 - in branches/SAMBA_4_0/source/torture/libnet: .

metze at samba.org metze at samba.org
Thu Jan 18 01:35:55 GMT 2007


Author: metze
Date: 2007-01-18 01:35:54 +0000 (Thu, 18 Jan 2007)
New Revision: 20872

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

Log:
make the password_hash module specific to the domain partition
as it's the only partition that can hold securityPrincipal objects

metze
Modified:
   branches/SAMBA_4_0/source/torture/libnet/libnet_BecomeDC.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/libnet/libnet_BecomeDC.c
===================================================================
--- branches/SAMBA_4_0/source/torture/libnet/libnet_BecomeDC.c	2007-01-18 01:31:09 UTC (rev 20871)
+++ branches/SAMBA_4_0/source/torture/libnet/libnet_BecomeDC.c	2007-01-18 01:35:54 UTC (rev 20872)
@@ -188,13 +188,12 @@
 		"                                \"extended_dn\",\n"
 		"                                \"asq\",\n"
 		"                                \"samldb\",\n"
-		"                                \"password_hash\",\n"
 		"                                \"operational\",\n"
 		"                                \"objectclass\",\n"
 		"                                \"rdn_name\",\n"
 		"                                \"partition\");\n"
 		"subobj.MODULES_LIST = join(\",\", modules_list);\n"
-		"subobj.DOMAINDN_MOD = \"pdc_fsmo,repl_meta_data\";\n"
+		"subobj.DOMAINDN_MOD = \"pdc_fsmo,password_hash,repl_meta_data\";\n"
 		"subobj.CONFIGDN_MOD = \"naming_fsmo,repl_meta_data\";\n"
 		"subobj.SCHEMADN_MOD = \"schema_fsmo,repl_meta_data\";\n"
 		"\n"



More information about the samba-cvs mailing list