mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
only document 'subtree', but also allow 'sub'
This commit is contained in:
parent
381e293b41
commit
eed2d5db4d
2 changed files with 1 additions and 5 deletions
|
|
@ -94,8 +94,6 @@ for an exact match of the entry,
|
|||
.B one
|
||||
to indicate all the entries immediately below the
|
||||
.BR pattern ,
|
||||
.B sub
|
||||
or
|
||||
.B subtree
|
||||
to indicate all the subentries of an entry including the entry itself,
|
||||
.B children
|
||||
|
|
@ -260,8 +258,6 @@ case apply.
|
|||
The
|
||||
.BR domain
|
||||
clause also allows the
|
||||
.B sub
|
||||
or
|
||||
.B subtree
|
||||
style, which succeeds when a fully qualified name exactly matches the
|
||||
.BR domain
|
||||
|
|
|
|||
|
|
@ -1282,7 +1282,7 @@ acl_usage( void )
|
|||
"\t[aci=<attrname>]\n"
|
||||
#endif
|
||||
"\t[ssf=<n>] [transport_ssf=<n>] [tls_ssf=<n>] [sasl_ssf=<n>]\n"
|
||||
"<dnstyle> ::= regex | base | exact (alias of base) | one | sub[tree] | children\n"
|
||||
"<dnstyle> ::= regex | base | exact (alias of base) | one | subtree | children\n"
|
||||
"<style> ::= regex | base | exact (alias of base)\n"
|
||||
"<groupflags> ::= R\n"
|
||||
"<access> ::= [self]{<level>|<priv>}\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue