blob: b82f7fde4e3325d1f996cd8d75f498ad1d36d519 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#
# Modify the default for a 389-based directory so that newly-created
# databases will index the 'memberOf' attribute by default. Older
# versions did not do so automatically, which causes a dramatic speed
# hit if you try to use these plugins, which frequently perform internal
# searches using memberOf in the filter.
#
dn: cn=memberOf,cn=default indexes, cn=config,cn=ldbm database,cn=plugins,cn=config
objectClass: top
objectClass: nsIndex
cn: memberOf
nsSystemIndex: false
nsIndexType: eq
dn: cn=memberOf, cn=index, cn=userRoot, cn=ldbm database, cn=plugins, cn=config
objectClass: top
objectClass: nsIndex
cn: memberOf
nsSystemIndex: false
nsIndexType: eq
|