Must index uidnumber and gidnumber and any attribute that dna plugin is going

to generate or that we need to search on.
This commit is contained in:
Simo Sorce 2008-06-12 18:26:15 -04:00
parent 24f0f632b6
commit d2bd1b29a0

View File

@ -71,3 +71,22 @@ objectClass:nsIndex
cn:memberof
nsSystemIndex:false
nsIndexType:eq
dn: cn=uidnumber,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
changetype: add
objectClass:top
objectClass:nsIndex
cn:uidnumber
nsSystemIndex:false
nsIndexType:eq
nsMatchingRule: integerOrderingMatch
dn: cn=gidnumber,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
changetype: add
objectClass:top
objectClass:nsIndex
cn:gidnumber
nsSystemIndex:false
nsIndexType:eq
nsMatchingRule: integerOrderingMatch