From: Pierangelo Masarati Date: Tue, 20 Dec 2005 14:03:44 +0000 (+0000) Subject: update note about size/time limit in syncrepl X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~543 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=46388237b2158970f046ef559c937aa8514c04e9;p=openldap update note about size/time limit in syncrepl --- diff --git a/doc/guide/admin/slapdconf2.sdf b/doc/guide/admin/slapdconf2.sdf index eb6a396623..18e143138b 100644 --- a/doc/guide/admin/slapdconf2.sdf +++ b/doc/guide/admin/slapdconf2.sdf @@ -669,8 +669,8 @@ 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. +and {{EX:timelimit}} default to "unlimited", and only positive integers +or "unlimited" 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 ac24cc2d84..cee2e38699 100644 --- a/doc/guide/admin/slapdconfig.sdf +++ b/doc/guide/admin/slapdconfig.sdf @@ -473,8 +473,8 @@ 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. +and {{EX:timelimit}} default to "unlimited", and only integers +or "unlimited" may be specified. The LDAP Content Synchronization protocol has two operation types: {{EX:refreshOnly}} and {{EX:refreshAndPersist}}.