mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
ITS#4540 remove [optional] notation for syncrepl searchbase
This commit is contained in:
parent
1f35a953a1
commit
98156da4af
2 changed files with 2 additions and 2 deletions
|
|
@ -613,7 +613,7 @@ H4: olcSyncrepl
|
|||
> [type=refreshOnly|refreshAndPersist]
|
||||
> [interval=dd:hh:mm:ss]
|
||||
> [retry=[<retry interval> <# of retries>]+]
|
||||
> [searchbase=<base DN>]
|
||||
> searchbase=<base DN>
|
||||
> [filter=<filter str>]
|
||||
> [scope=sub|one|base]
|
||||
> [attrs=<attr list>]
|
||||
|
|
|
|||
|
|
@ -414,7 +414,7 @@ H4: syncrepl
|
|||
> [type=refreshOnly|refreshAndPersist]
|
||||
> [interval=dd:hh:mm:ss]
|
||||
> [retry=[<retry interval> <# of retries>]+]
|
||||
> [searchbase=<base DN>]
|
||||
> searchbase=<base DN>
|
||||
> [filter=<filter str>]
|
||||
> [scope=sub|one|base]
|
||||
> [attrs=<attr list>]
|
||||
|
|
|
|||
Loading…
Reference in a new issue