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

ITS#2573 dynamic group support

parent b93a0f45
No related branches found
No related tags found
No related merge requests found
......@@ -221,26 +221,26 @@ The statement
.B dnattr=<attrname>
means that access is granted to requests whose DN is listed in the
entry being accessed under the
.B attrname
.B <attrname>
attribute.
.LP
The statement
.B group=<group>
means that access is granted to requests whose DN is listed
in the group entry whose DN is given by
.BR group .
.BR <group> .
The optional parameters
.B objectclass
.B <objectclass>
and
.B attrname
.B <attrname>
define the objectClass and the member attributeType of the group entry.
The optional style qualifier
.B style
.B <style>
can be
.BR regex ,
which means that
.B pattern
will be expanded accorging to regex (7), and
.B <group>
will be expanded according to regex (7), and
.B base
or
.B exact
......@@ -248,6 +248,15 @@ or
.BR base ),
which means that exact match will be used.
.LP
For static groups, the specified attributeType must have
.B DistinguishedName
or
.B NameAndOptionalUID
syntax. For dynamic groups the attributeType must
be a subtype of the
.B labeledURI
attributeType.
.LP
The statements
.BR peername=<peername> ,
.BR sockname=<sockname> ,
......
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