mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Clarify that the updatedn should not be same as the rootdn.
This commit is contained in:
parent
f1411d693f
commit
17939ccdca
@ -1208,6 +1208,10 @@ The
|
|||||||
parameter specifies the DN in the consumer site
|
parameter specifies the DN in the consumer site
|
||||||
which is allowed to make changes to the replica.
|
which is allowed to make changes to the replica.
|
||||||
The DN should have read/write access to the replica database.
|
The DN should have read/write access to the replica database.
|
||||||
|
Generally, this DN
|
||||||
|
.I should not
|
||||||
|
be the same as the
|
||||||
|
.BR rootdn .
|
||||||
A
|
A
|
||||||
.B bindmethod
|
.B bindmethod
|
||||||
of
|
of
|
||||||
@ -1247,7 +1251,10 @@ This option is only applicable in a slave
|
|||||||
It specifies the DN permitted to update (subject to access controls)
|
It specifies the DN permitted to update (subject to access controls)
|
||||||
the replica (typically, this is the DN
|
the replica (typically, this is the DN
|
||||||
.BR slurpd (8)
|
.BR slurpd (8)
|
||||||
binds to update the replica).
|
binds to update the replica). Generally, this DN
|
||||||
|
.I should not
|
||||||
|
be the same as the
|
||||||
|
.BR rootdn .
|
||||||
.TP
|
.TP
|
||||||
.B updateref <url>
|
.B updateref <url>
|
||||||
Specify the referral to pass back when
|
Specify the referral to pass back when
|
||||||
|
Loading…
Reference in New Issue
Block a user