From: Howard Chu Date: Tue, 20 Dec 2005 12:19:22 +0000 (+0000) Subject: ITS#4146,#4266 syncrepl search spec is not identical to ldapsearch(1)... X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~548 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7bee4a609951676ceacfb84bfdeb37b064be8ebb;p=openldap ITS#4146,#4266 syncrepl search spec is not identical to ldapsearch(1)... --- diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 5b4890a9a5..39c4727d1d 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -1546,11 +1546,13 @@ according to the search specification. The search specification includes .B searchbase, scope, filter, attrs, attrsonly, sizelimit, and .B timelimit -parameters as in the normal search specification. -The search specification for the LDAP Content Synchronization operation -has the same value syntax and the same default values as in the -.BR ldapsearch (1) -client search tool. +parameters as in the normal search specification. +The \fBscope\fP defaults to \fBsub\fP, the \fBfilter\fP defaults to +\fB(objectclass=*)\fP, and there is no default \fBsearchbase\fP. The +\fBattrs\fP list defaults to \fB"*,+"\fP to return all user and operational +attributes, and \fBattrsonly\fP is unset by default. +The \fBsizelimit\fP and \fBtimelimit\fP only +accept integers and both default to 0 (meaning unlimited). The LDAP Content Synchronization protocol has two operation types. In the .B refreshOnly