From: Quanah Gibson-Mount Date: Fri, 15 Dec 2006 01:41:06 +0000 (+0000) Subject: searchbase is not optional in the syncrepl configuration X-Git-Tag: OPENLDAP_REL_ENG_2_3_31~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13fdb700e0a2bbfdcf5321e274e0405b00fde84d;p=thirdparty%2Fopenldap.git searchbase is not optional in the syncrepl configuration --- diff --git a/doc/guide/admin/slapdconf2.sdf b/doc/guide/admin/slapdconf2.sdf index f1bcd28e6b..d560dd0848 100644 --- a/doc/guide/admin/slapdconf2.sdf +++ b/doc/guide/admin/slapdconf2.sdf @@ -613,7 +613,7 @@ H4: olcSyncrepl > [type=refreshOnly|refreshAndPersist] > [interval=dd:hh:mm:ss] > [retry=[ <# of retries>]+] -> [searchbase=] +> searchbase= > [filter=] > [scope=sub|one|base] > [attrs=] diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index d94393e614..6c682a2ae6 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -1504,7 +1504,7 @@ in order to work over all of the glued databases. E.g. .B [type=refreshOnly|refreshAndPersist] .B [interval=dd:hh:mm:ss] .B [retry=[ <# of retries>]+] -.B [searchbase=] +.B searchbase= .B [filter=] .B [scope=sub|one|base] .B [attrs=]