From a832e6b8e93b89cda2224846e355a9066e8f7c31 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 20 Dec 2005 12:38:44 +0000 Subject: [PATCH] ITS#4146,#4266 syncrepl search spec is different from ldapsearch(1)... --- doc/guide/admin/slapdconf2.sdf | 10 +++++++--- doc/guide/admin/slapdconfig.sdf | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/doc/guide/admin/slapdconf2.sdf b/doc/guide/admin/slapdconf2.sdf index 4db17e6d77..eb6a396623 100644 --- a/doc/guide/admin/slapdconf2.sdf +++ b/doc/guide/admin/slapdconf2.sdf @@ -664,9 +664,13 @@ send search requests to the provider slapd according to the search specification. The search specification includes {{EX:searchbase}}, {{EX:scope}}, {{EX:filter}}, {{EX:attrs}}, {{EX:attrsonly}}, {{EX:sizelimit}}, and {{EX:timelimit}} parameters as in the normal -search specification. The syncrepl search specification has -the same value syntax and the same default values as in the -{{ldapsearch}}(1) client search tool. +search specification. The {{EX:searchbase}} parameter has no +default value and must always be specified. The {{EX:scope}} defaults +to {{EX:sub}}, the {{EX:filter}} defaults to {{EX:(objectclass=*)}}, +{{EX:attrs}} defaults to {{EX:"*,+"}} to replicate all user and operational +attributes, and {{EX:attrsonly}} is unset by default. Both {{EX:sizelimit}} +and {{EX:timelimit}} default to 0 (meaning unlimited), and only integers +may be specified. The LDAP Content Synchronization protocol has two operation types: {{EX:refreshOnly}} and {{EX:refreshAndPersist}}. diff --git a/doc/guide/admin/slapdconfig.sdf b/doc/guide/admin/slapdconfig.sdf index e13bbd1507..ac24cc2d84 100644 --- a/doc/guide/admin/slapdconfig.sdf +++ b/doc/guide/admin/slapdconfig.sdf @@ -468,9 +468,13 @@ send search requests to the provider slapd according to the search specification. The search specification includes {{EX:searchbase}}, {{EX:scope}}, {{EX:filter}}, {{EX:attrs}}, {{EX:attrsonly}}, {{EX:sizelimit}}, and {{EX:timelimit}} parameters as in the normal -search specification. The syncrepl search specification has -the same value syntax and the same default values as in the -{{ldapsearch}}(1) client search tool. +search specification. The {{EX:searchbase}} parameter has no +default value and must always be specified. The {{EX:scope}} defaults +to {{EX:sub}}, the {{EX:filter}} defaults to {{EX:(objectclass=*)}}, +{{EX:attrs}} defaults to {{EX:"*,+"}} to replicate all user and operational +attributes, and {{EX:attrsonly}} is unset by default. Both {{EX:sizelimit}} +and {{EX:timelimit}} default to 0 (meaning unlimited), and only integers +may be specified. The LDAP Content Synchronization protocol has two operation types: {{EX:refreshOnly}} and {{EX:refreshAndPersist}}. -- 2.39.5