Skip to content

Commit 2b6c662

Browse files
author
Open Identity Platform Community
committed
upload OpenDJ docs after deploy da20003d4f00a05fa608bbf442766b716c8c851a
1 parent 8fec0f9 commit 2b6c662

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

opendj/modules/admin-guide/pages/chap-import-export.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,10 +353,19 @@ Alternatively, you can create a new backend in OpenDJ control panel (Directory D
353353
When you create a new backend using the `dsconfig` command, OpenDJ directory server creates the following indexes automatically:
354354
[none]
355355
* `aci` presence
356+
* `cn` equality, substring
356357
* `ds-sync-conflict` equality
357358
* `ds-sync-hist` ordering
358359
* `entryUUID` equality
359360
* `objectClass` equality
361+
* `givenName` equality, substring
362+
* `mail` equality, substring
363+
* `member` equality
364+
* `sn` equality, substring
365+
* `telephoneNumber` equality, substring
366+
* `uid` equality
367+
* `uniqueMember` equality
368+
360369
You can create additional indexes as described in xref:admin-guide:chap-indexing.adoc#configure-indexes["Configuring and Rebuilding Indexes"].
361370
362371

opendj/modules/admin-guide/pages/chap-indexing.adoc

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,13 +1102,9 @@ a|-
11021102
a|-
11031103
a|4000
11041104
|===
1105-
When you create a new backend using the `dsconfig` command, OpenDJ directory server creates the following indexes automatically:
1106-
[none]
1107-
* `aci` presence
1108-
* `ds-sync-conflict` equality
1109-
* `ds-sync-hist` ordering
1110-
* `entryUUID` equality
1111-
* `objectClass` equality
1105+
1106+
When you create a new backend using the `dsconfig` command, the OpenDJ Directory Server also automatically creates these indexes.
1107+
11121108
You can create additional indexes as described in xref:admin-guide:chap-indexing.adoc#configure-indexes["Configuring and Rebuilding Indexes"].
11131109
11141110

0 commit comments

Comments
 (0)