Skip to content

Commit b8d61c3

Browse files
committed
add opendj_config_index.ldif to schema files
1 parent 06c3c42 commit b8d61c3

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

openam-server-only/src/main/resources/config/schemaNames.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#
3030
## OpenDJ external SMS/Configuration Datastore Schema.
3131
dsSmsSchema=/WEB-INF/template/ldif/opendj/opendj_config_schema.ldif \
32+
/WEB-INF/template/ldif/opendj/opendj_config_index.ldif \
3233
/WEB-INF/template/ldif/sfha/cts-container.ldif \
3334
/WEB-INF/template/ldif/sfha/cts-add-schema.ldif \
3435
/WEB-INF/template/ldif/sfha/cts-add-multivalue.ldif \
@@ -79,6 +80,7 @@ tivoliUserSchema=/WEB-INF/template/ldif/tivoli/tivoli_user_schema.ldif \
7980

8081
## OpenDJ User Management and SMS/Configuration Datastore Schema. Currently only used by embedded
8182
opendsSmsSchema=/WEB-INF/template/ldif/opendj/opendj_config_schema.ldif \
83+
/WEB-INF/template/ldif/opendj/opendj_config_index.ldif \
8284
/WEB-INF/template/ldif/opendj/opendj_user_schema.ldif \
8385
/WEB-INF/template/ldif/opendj/opendj_embinit.ldif \
8486
/WEB-INF/template/ldif/opendj/opendj_user_index.ldif \
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
dn: ds-cfg-attribute=memberof,cn=Index,ds-cfg-backend-id=@DB_NAME@,cn=Backends,cn=config
2+
objectClass: top
3+
objectClass: ds-cfg-backend-index
4+
ds-cfg-attribute: memberof
5+
ds-cfg-index-type: equality
6+
ds-cfg-index-type: presence
7+

0 commit comments

Comments
 (0)