svn commit: samba r7727 - in branches/SAMBA_4_0/source/setup: .

tridge at samba.org tridge at samba.org
Sat Jun 18 13:37:44 GMT 2005


Author: tridge
Date: 2005-06-18 13:37:44 +0000 (Sat, 18 Jun 2005)
New Revision: 7727

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

Log:
we need to mark some attributes as INTEGER, so that the standard searches
that w2k does work. For example, w2k asks for sAMAccountType=805306369 which
will only match if we know its an integer

Modified:
   branches/SAMBA_4_0/source/setup/provision.ldif


Changeset:
Modified: branches/SAMBA_4_0/source/setup/provision.ldif
===================================================================
--- branches/SAMBA_4_0/source/setup/provision.ldif	2005-06-18 13:18:43 UTC (rev 7726)
+++ branches/SAMBA_4_0/source/setup/provision.ldif	2005-06-18 13:37:44 UTC (rev 7727)
@@ -29,6 +29,10 @@
 lmPwdHistory: HIDDEN
 createTimestamp: HIDDEN
 modifyTimestamp: HIDDEN
+groupType: INTEGER
+sAMAccountType: INTEGER
+systemFlags: INTEGER
+userAccountControl: INTEGER
 
 dn: @SUBCLASSES
 top: domain



More information about the samba-cvs mailing list