From 3351f1aa8d0f96358d4550a154a63c7a1e542109 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 9 Nov 2004 09:20:15 +0000 Subject: r3632: 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 (This used to be commit 0443537be8e7ba87bdf716c1366e777f17652e0d) --- source4/provision.ldif | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/provision.ldif') diff --git a/source4/provision.ldif b/source4/provision.ldif index ba204285fb..38189b8898 100644 --- a/source4/provision.ldif +++ b/source4/provision.ldif @@ -3,6 +3,7 @@ dn: @INDEXLIST @IDXATTR: sAMAccountName @IDXATTR: objectSid @IDXATTR: objectClass +@IDXATTR: member dn: @ATTRIBUTES realm: CASE_INSENSITIVE -- cgit