Skip to content

Commit b709cf2

Browse files
author
Open Identity Platform Community
committed
upload OpenDJ docs after deploy d3d791394b1224256c4fd4423dbf5ff89f9fbc15
1 parent 5509c24 commit b709cf2

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

opendj/modules/admin-guide/pages/chap-privileges-acis.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ To match when the bind DN corresponds to the __attr__ value on the target entry,
299299
+
300300
The optional inheritance specification, `parent[child-level].`, lets you specify how many levels below the target entry inherit the ACI. Here __child-level__ is a number from 0 to 9, with 0 indicating the target entry only. Separate multiple __child-level__ digits with commas (,).
301301
302-
`userdn [!]= "ldap-url++[|| ldap-url++ …]"`::
302+
`userdn [!]= "ldap-url{plus}{plus}[|| ldap-url{plus}{plus} …]"`::
303303
To match the bind DN, replace __ldap-url++__ with either a valid LDAP URL such as `ldap:///uid=bjensen,ou=People,dc=example,dc=com`, `ldap:///dc=example,dc=com??sub?(uid=bjensen)`, or a special LDAP URL-like keyword from the following list:
304304
+
305305
[open]

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,11 +1070,12 @@ While you carry out this procedure, do not allow any client traffic to the serve
10701070
. Make sure you have already set up at least a couple of OpenDJ servers that replicate user data.
10711071
+
10721072
This example starts with the following multi-role servers:
1073-
1073+
+
1074+
--
10741075
* `/path/to/dsrs1` (ports: 1389, 1636, 4444, 8989; replicating user data for `dc=example,dc=com`)
10751076
10761077
* `/path/to/dsrs2` (ports: 2389, 2636, 5444, 9989; replicating user data for `dc=example,dc=com`)
1077-
1078+
--
10781079
+
10791080
`/path/to/dsrs1` is the target server to be broken into standalone components.
10801081
+

opendj/modules/admin-guide/pages/chap-server-process.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,11 @@ C:\path\to\opendj\bat> windows-service.bat --enableService
186186
----
187187
188188
+
189+
--
189190
__Do not intentionally kill the OpenDJ server process__ unless the server is completely unresponsive.
190-
+
191-
When stopping cleanly, the server writes state information to database backends, and releases locks that it holds on database files.
192191
192+
When stopping cleanly, the server writes state information to database backends, and releases locks that it holds on database files.
193+
--
193194
====
194195
195196

opendj/modules/install-guide/pages/chap-install.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,6 @@ At minimum adjust the following configuration settings in `WEB-INF/classes/confi
989989
* `authentication`: Set to the correct simple bind credentials.
990990
+
991991
The LDAP account used to authenticate needs to perform proxied authorization as described in xref:server-dev-guide:chap-ldap-operations.adoc#proxied-authz["Configuring Proxied Authorization"] in the __Directory Server Developer's Guide__.
992-
993992
+
994993
The default sample configuration configuration is built to work with generated example data and also the sample content in xref:ROOT:attachment$Example.ldif[Example.ldif, window=\_blank]. If your data is different, then you must also change the JSON resource to LDAP entry mapping settings, described in xref:reference:appendix-rest2ldap.adoc#mappings-json["Mapping Configuration File"] in the __Reference__.
995994
+

opendj/modules/reference/pages/appendix-ports-used.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ OpenDJ directory server listens for administrative traffic on port 4444 by defau
4646
[#snmp-port]
4747
SNMP: 161, 162::
4848
+
49-
+
5049
OpenDJ directory server listens for SNMP traffic on port 161 by default, and uses port 162 for traps. SNMP is not enabled by default.
5150
5251
[#jmx-port]

opendj/modules/reference/pages/appendix-standards.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ Defines the "Start Transport Layer Security (TLS) Operation" for LDAP.
160160
[#rfc2849]
161161
link:http://tools.ietf.org/html/rfc2849[RFC 2849: The LDAP Data Interchange Format (LDIF) - Technical Specification, window=\_top]::
162162
+
163-
+
164163
Describes a file format suitable for describing directory information or modifications made to directory information.
165164
166165
[#rfc2891]

0 commit comments

Comments
 (0)