mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 20:19:34 -05:00
ITS#6394 rid is decimal not hex
This commit is contained in:
parent
77680f78a8
commit
a7f9086ade
2 changed files with 3 additions and 3 deletions
|
|
@ -1676,7 +1676,7 @@ replication engine.
|
|||
identifies the current
|
||||
.B syncrepl
|
||||
directive within the replication consumer site.
|
||||
It is a non-negative integer having no more than three digits.
|
||||
It is a non-negative integer having no more than three decimal digits.
|
||||
|
||||
.B provider
|
||||
specifies the replication provider site containing the master content
|
||||
|
|
|
|||
|
|
@ -1663,8 +1663,8 @@ replication engine.
|
|||
identifies the current
|
||||
.B syncrepl
|
||||
directive within the replication consumer site.
|
||||
It is a non-negative integer not greater than 4095 (limited
|
||||
to three hexadecimal digits).
|
||||
It is a non-negative integer not greater than 999 (limited
|
||||
to three decimal digits).
|
||||
|
||||
.B provider
|
||||
specifies the replication provider site containing the master content
|
||||
|
|
|
|||
Loading…
Reference in a new issue