mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
ITS#741 fixes
This commit is contained in:
parent
d2d7b97649
commit
b75d318ebf
@ -209,22 +209,22 @@ in the {{slapd}}(8) manual page and the
|
||||
..{{EX:objectclass: organization}}
|
||||
..{{EX:o: <MY ORGANIZATION>}}
|
||||
..{{EX:dc: <MY-DOMAIN>}}
|
||||
..{{EX: }}
|
||||
..{{EX:}}
|
||||
..{{EX:dn: cn=Manager, dc=<MY-DOMAIN>, dc=<COM>}}
|
||||
..{{EX:objectclass: organizationalRole}}
|
||||
..{{EX:cn: Manager}}
|
||||
|
||||
. Be sure to replace <MY-DOMAIN> and <COM> with the appropriate domain
|
||||
components of your domain name. <MY ORGANIZATION> should be replaced
|
||||
with the name of your organization. If you cut and paste, be sure
|
||||
to trim any leading whitespace from the example:
|
||||
with the name of your organization. If you cut and paste, be sure
|
||||
to trim any leading and trailing whitespace from the example.
|
||||
|
||||
..{{EX:dn: dc=example, dc=com}}
|
||||
..{{EX:objectclass: dcObject}}
|
||||
..{{EX:objectclass: organization}}
|
||||
..{{EX:o: Example Company}}
|
||||
..{{EX:dc: example}}
|
||||
..{{EX: }}
|
||||
..{{EX:}}
|
||||
..{{EX:dn: cn=Manager, dc=example, dc=com}}
|
||||
..{{EX:objectclass: organizationalRole}}
|
||||
..{{EX:cn: Manager}}
|
||||
|
@ -302,7 +302,7 @@ string "{{F:.rej}}" appended. For example, for a replica running
|
||||
on host {{EX:slave.example.com}}, port 389, the reject file, if it
|
||||
exists, will be named
|
||||
|
||||
> /usr/local/var/openldap/replog.slave.example.com:389.
|
||||
> /usr/local/var/openldap/replog.slave.example.com:389.rej
|
||||
|
||||
A sample rejection log entry follows:
|
||||
|
||||
|
@ -28,7 +28,7 @@ specific host-port pairs or other protocol schemes (such as
|
||||
ldaps:// or ldapi://). For example,
|
||||
{{EX:-h "ldaps:// ldap://127.0.0.1:666"}} will create
|
||||
two listeners: one for LDAP over SSL on all interfaces on
|
||||
the default LDAP/SSL port 646, and one for LDAP over TCL on
|
||||
the default LDAP/SSL port 646, and one for LDAP over TCP on
|
||||
the {{EX:localhost}} ({{loopback}}) interface on port 666.
|
||||
Hosts may be specified using IPv4 dotted-decimal form or
|
||||
using host names. Port values must be numeric.
|
||||
|
@ -387,10 +387,10 @@ prefix of another, it must appear after it in the config file.
|
||||
|
||||
H4: updatedn <dn>
|
||||
|
||||
This directive is only applicable in a slave slapd. It specifies the
|
||||
DN allowed to make changes to the replica. This may be the
|
||||
the DN slurpd binds as when making changes to the replica or
|
||||
the DN associated with a SASL identity.
|
||||
This directive is only applicable in a slave slapd. It specifies
|
||||
the DN allowed to make changes to the replica. This may be the DN
|
||||
{{slurpd}}(8) binds as when making changes to the replica or the DN
|
||||
associated with a SASL identity.
|
||||
|
||||
Entry-based Example:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user