Skip to content
Snippets Groups Projects
Commit 14745b74 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#2497 value-level ACLs

parent 0eca4fa4
No related branches found
No related tags found
No related merge requests found
......@@ -631,7 +631,7 @@ access line is:
> [filter=<ldapfilter>] [attrs=<attrlist>]
> <basic-style> ::= regex | exact
> <scope-style> ::= base | one | subtree | children
> <attrlist> ::= <attr> | <attr> , <attrlist>
> <attrlist> ::= <attr> [val[.<basic-style>]=<regex>] | <attr> , <attrlist>
> <attr> ::= <attrname> | entry | children
> <who> ::= * | [anonymous | users | self
> | dn[.<basic-style>]=<regex> | dn.<scope-style>=<DN>]
......@@ -719,8 +719,13 @@ list of attribute names in the <what> selector:
> attrs=<attribute list>
A specific value of an attribute is selected by using a single
attribute name and also using a value selector:
> attrs=<attribute> val[.<style>]=<regex>
There are two special {{pseudo}} attributes {{EX:entry}} and
{{EX:children}}. To read (and hence return) an target entry, the
{{EX:children}}. To read (and hence return) a target entry, the
subject must have {{EX:read}} access to the target's {{entry}}
attribute. To add or delete an entry, the subject must have
{{EX:write}} access to the entry's {{EX:entry}} attribute AND must
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment