svn commit: samba r4377 - in branches/SAMBA_4_0/source: .

vlendec at samba.org vlendec at samba.org
Tue Dec 28 07:54:30 GMT 2004


Author: vlendec
Date: 2004-12-28 07:54:30 +0000 (Tue, 28 Dec 2004)
New Revision: 4377

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

Log:
Fix default groupType attributes.

Volker

Modified:
   branches/SAMBA_4_0/source/provision.ldif


Changeset:
Modified: branches/SAMBA_4_0/source/provision.ldif
===================================================================
--- branches/SAMBA_4_0/source/provision.ldif	2004-12-27 22:20:17 UTC (rev 4376)
+++ branches/SAMBA_4_0/source/provision.ldif	2004-12-28 07:54:30 UTC (rev 4377)
@@ -923,7 +923,7 @@
 cn: TemplateGroup
 name: TemplateGroup
 instanceType: 4
-groupType: 0x80000004
+groupType: 0x80000002
 sAMAccountType: 0x10000000
 
 dn: CN=TemplateAlias,CN=Templates,${BASEDN}
@@ -933,7 +933,7 @@
 cn: TemplateAlias
 name: TemplateAlias
 instanceType: 4
-groupType: 0x80000002
+groupType: 0x80000004
 sAMAccountType: 0x10000000
 
 dn: CN=TemplateForeignSecurityPrincipal,CN=Templates,${BASEDN}



More information about the samba-cvs mailing list