mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
small improvements
This commit is contained in:
parent
81d89ddd63
commit
23c5f4c09f
1 changed files with 15 additions and 4 deletions
|
|
@ -77,7 +77,17 @@ It can have the forms
|
|||
.nf
|
||||
[dn[.<dnstyle>]=]<dnpattern>
|
||||
filter=<ldapfilter>
|
||||
attrs=<attrlist>[ val[.<style>]=<attrval>]
|
||||
attrs=<attrlist>[ val[.<attrstyle>]=<attrval>]
|
||||
.fi
|
||||
.LP
|
||||
with
|
||||
.LP
|
||||
.nf
|
||||
<dnstyle>={{exact|base(object)}|regex
|
||||
|one(level)|sub(tree)|children}
|
||||
<attrlist>={<attr>|[{!|@}]<objectClass>}[,<attrlist>]
|
||||
<attrstyle>={{exact|base(object)}|regex
|
||||
|one(level)|sub(tree)|children}
|
||||
.fi
|
||||
.LP
|
||||
The statement
|
||||
|
|
@ -85,7 +95,7 @@ The statement
|
|||
selects the entries based on their naming context.
|
||||
The
|
||||
.B dn=
|
||||
part is optional
|
||||
part is optional.
|
||||
The
|
||||
.B <dnpattern>
|
||||
is a string representation of the entry's DN.
|
||||
|
|
@ -236,9 +246,10 @@ It can have the forms
|
|||
with
|
||||
.LP
|
||||
.nf
|
||||
<dnstyle>={{exact|base}|regex|sub(tree)|one(level)|children}
|
||||
<groupstyle>={exact|expand}
|
||||
<style>={exact|regex|expand}
|
||||
<dnstyle>={{exact|base(object)}|regex
|
||||
|one(level)|sub(tree)|children}
|
||||
<groupstyle>={exact|expand}
|
||||
<peernamestyle>={<style>|ip|path}
|
||||
<domainstyle>={exact|regex|sub(tree)}
|
||||
<setstyle>={exact|regex}
|
||||
|
|
|
|||
Loading…
Reference in a new issue