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

tridge at samba.org tridge at samba.org
Tue Nov 9 09:20:16 GMT 2004


Author: tridge
Date: 2004-11-09 09:20:15 +0000 (Tue, 09 Nov 2004)
New Revision: 3632

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

Log:
added an index on "member" in default provision. This speeds up my
connect/disconnect test by a factor of 20x

when andrew gets a chance to change auth_sam.c to not do a search on
member= and instead use the memberOf attribute for the user then we
should delete this index attribute, as maintaining the index is
expensive


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-11-09 02:12:57 UTC (rev 3631)
+++ branches/SAMBA_4_0/source/provision.ldif	2004-11-09 09:20:15 UTC (rev 3632)
@@ -3,6 +3,7 @@
 @IDXATTR: sAMAccountName
 @IDXATTR: objectSid
 @IDXATTR: objectClass
+ at IDXATTR: member
 
 dn: @ATTRIBUTES
 realm: CASE_INSENSITIVE



More information about the samba-cvs mailing list