]> git.sur5r.net Git - openldap/commitdiff
ITS#7847
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 5 May 2014 16:52:33 +0000 (11:52 -0500)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 5 May 2014 19:51:09 +0000 (14:51 -0500)
Add exattr bits to slapd.conf(5)

doc/man/man5/slapd.conf.5

index 0ab40a6445a6986e0d94870e9da6caaf16738bef..f4bfac390e651bd26c998cecf6b22f0b8caa7dd9 100644 (file)
@@ -1732,6 +1732,7 @@ the contextCSN is stored in the context entry.
 .B [filter=<filter str>]
 .B [scope=sub|one|base|subord]
 .B [attrs=<attr list>]
 .B [filter=<filter str>]
 .B [scope=sub|one|base|subord]
 .B [attrs=<attr list>]
+.B [exattrs=<attr list>]
 .B [attrsonly]
 .B [sizelimit=<limit>]
 .B [timelimit=<limit>]
 .B [attrsonly]
 .B [sizelimit=<limit>]
 .B [timelimit=<limit>]
@@ -1815,6 +1816,19 @@ Note, however, that any provider-side limits for the replication identity
 will be enforced by the provider regardless of the limits requested
 by the LDAP Content Synchronization operation, much like for any other
 search operation.
 will be enforced by the provider regardless of the limits requested
 by the LDAP Content Synchronization operation, much like for any other
 search operation.
+.B exattrs
+option may also be used to specify attributes that should be omitted
+from incoming entries.
+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 and \fBexattrs\fP are unset by default.
+The \fBsizelimit\fP and \fBtimelimit\fP only
+accept "unlimited" and positive integers, and both default to "unlimited".
+Note, however, that any provider-side limits for the replication identity
+will be enforced by the provider regardless of the limits requested
+by the LDAP Content Synchronization operation, much like for any other
+search operation.
 
 The LDAP Content Synchronization protocol has two operation types.
 In the
 
 The LDAP Content Synchronization protocol has two operation types.
 In the