mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
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 commit is contained in:
parent
bfca9eb7cb
commit
0443537be8
@ -3,6 +3,7 @@ dn: @INDEXLIST
|
|||||||
@IDXATTR: sAMAccountName
|
@IDXATTR: sAMAccountName
|
||||||
@IDXATTR: objectSid
|
@IDXATTR: objectSid
|
||||||
@IDXATTR: objectClass
|
@IDXATTR: objectClass
|
||||||
|
@IDXATTR: member
|
||||||
|
|
||||||
dn: @ATTRIBUTES
|
dn: @ATTRIBUTES
|
||||||
realm: CASE_INSENSITIVE
|
realm: CASE_INSENSITIVE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user