Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor docs glitches fix #420

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
minor docs glitches fix
  • Loading branch information
maximthomas committed Oct 2, 2024
commit d539af7121379972f7a6bfa1d27a5173a3450d10
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
run: |
cd ${{ github.event.repository.name }}.wiki
rm -rf docbkx
cp -R ../opendj-doc-generated-ref/target/docbkx ../${{ github.event.repository.name }}.wiki
rm -rf asciidoc
mkdir asciidoc
cp -R ../opendj-doc-generated-ref/target/asciidoc/pdf ../${{ github.event.repository.name }}.wiki/asciidoc
git add -A
git commit -a -m "upload docs after release ${{ github.event.inputs.releaseVersion }}"
git tag -f ${{ github.event.inputs.releaseVersion }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ To match when the bind DN corresponds to the __attr__ value on the target entry,
+
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 (,).

`userdn [!]= "ldap-url++[|| ldap-url++ …]"`::
`userdn [!]= "ldap-url{plus}{plus}[|| ldap-url{plus}{plus} …]"`::
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:
+
[open]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1069,11 +1069,12 @@ While you carry out this procedure, do not allow any client traffic to the serve
. Make sure you have already set up at least a couple of OpenDJ servers that replicate user data.
+
This example starts with the following multi-role servers:

+
--
* `/path/to/dsrs1` (ports: 1389, 1636, 4444, 8989; replicating user data for `dc=example,dc=com`)

* `/path/to/dsrs2` (ports: 2389, 2636, 5444, 9989; replicating user data for `dc=example,dc=com`)

--
+
`/path/to/dsrs1` is the target server to be broken into standalone components.
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,11 @@ C:\path\to\opendj\bat> windows-service.bat --enableService
----

+
--
__Do not intentionally kill the OpenDJ server process__ unless the server is completely unresponsive.
+
When stopping cleanly, the server writes state information to database backends, and releases locks that it holds on database files.

When stopping cleanly, the server writes state information to database backends, and releases locks that it holds on database files.
--
====


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,6 @@ At minimum adjust the following configuration settings in `WEB-INF/classes/confi
* `authentication`: Set to the correct simple bind credentials.
+
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__.

+
The default sample configuration configuration is built to work with generated example data and also the sample content in link:../attachments/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__.
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ OpenDJ directory server listens for administrative traffic on port 4444 by defau
[#snmp-port]
SNMP: 161, 162::
+
+
OpenDJ directory server listens for SNMP traffic on port 161 by default, and uses port 162 for traps. SNMP is not enabled by default.

[#jmx-port]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ Defines the "Start Transport Layer Security (TLS) Operation" for LDAP.
[#rfc2849]
link:http://tools.ietf.org/html/rfc2849[RFC 2849: The LDAP Data Interchange Format (LDIF) - Technical Specification, window=\_top]::
+
+
Describes a file format suitable for describing directory information or modifications made to directory information.

[#rfc2891]
Expand Down