mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
24.34.2007 f721973cb48fc4cf3cce2fc869a7da3f1f8d9249
Update the default configuration to ensure that the uniqueMember attribute type
is indexed for equality by default. Also, include the
ds-cfg-backend-compact-encoding in the userRoot configuration entry so that
it's more obvious what the value is when looking at the configuration.
1 files modified
23 ■■■■■ changed files
opends/resource/config/config.ldif 23 ●●●●● patch | view | raw | blame | history
opends/resource/config/config.ldif
@@ -140,6 +140,7 @@
ds-cfg-backend-import-thread-count: 8
ds-cfg-backend-entries-compressed: false
ds-cfg-backend-deadlock-retry-limit: 10
ds-cfg-backend-compact-encoding: true
ds-cfg-database-cache-percent: 10
ds-cfg-database-cache-size: 0 megabytes
ds-cfg-database-txn-no-sync: false
@@ -175,6 +176,18 @@
ds-cfg-index-type: equality
ds-cfg-index-type: substring
dn: ds-cfg-index-attribute=ds-sync-hist,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
objectClass: top
objectClass: ds-cfg-je-index
ds-cfg-index-attribute: ds-sync-hist
ds-cfg-index-type: ordering
dn: ds-cfg-index-attribute=entryUUID,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
objectClass: top
objectClass: ds-cfg-je-index
ds-cfg-index-attribute: entryUUID
ds-cfg-index-type: equality
dn: ds-cfg-index-attribute=givenName,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
objectClass: top
objectClass: ds-cfg-je-index
@@ -225,16 +238,10 @@
ds-cfg-index-attribute: uid
ds-cfg-index-type: equality
dn: ds-cfg-index-attribute=ds-sync-hist,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
dn: ds-cfg-index-attribute=uniqueMember,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
objectClass: top
objectClass: ds-cfg-je-index
ds-cfg-index-attribute: ds-sync-hist
ds-cfg-index-type: ordering
dn: ds-cfg-index-attribute=entryuuid,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
objectClass: top
objectClass: ds-cfg-je-index
ds-cfg-index-attribute: entryuuid
ds-cfg-index-attribute: uniqueMember
ds-cfg-index-type: equality
dn: cn=VLV Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config