mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
add an example of -a usage (ITS#3930)
This commit is contained in:
parent
ec49990d51
commit
8801a302fa
1 changed files with 8 additions and 1 deletions
|
|
@ -62,7 +62,14 @@ cannot be used in conjunction with the
|
|||
option.
|
||||
.TP
|
||||
.BI \-a " filter"
|
||||
Only dump entries matching the asserted filter.
|
||||
Only dump entries matching the asserted filter.
|
||||
For example
|
||||
|
||||
slapcat -a \\
|
||||
"(!(entryDN:dnSubtreeMatch:=ou=People,dc=example,dc=com))"
|
||||
|
||||
will dump all but the "ou=People,dc=example,dc=com" subtree
|
||||
of the "dc=example,dc=com" database.
|
||||
.TP
|
||||
.BI \-s " subtree-dn"
|
||||
Only dump entries in the subtree specified by this DN.
|
||||
|
|
|
|||
Loading…
Reference in a new issue