mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
ITS#4146,#4266 syncrepl search spec is different from ldapsearch(1)...
This commit is contained in:
parent
7bee4a6099
commit
a832e6b8e9
@ -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}}.
|
||||
|
@ -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}}.
|
||||
|
Loading…
Reference in New Issue
Block a user