分类: BSD
2007-10-31 16:05:01
Access to slapd entries and attributes is controlled by the olcAccess attribute, whose values are a sequence of access directives. The general form of the olcAccess configuration is:
olcAccess:
::= to
[by]+
::= * |
[dn[.]= | dn. = ]
[filter=] [attrs= ]
::= regex | exact
::= base | one | subtree | children
::= [val[. ]= ] | ,
::= | entry | children
::= * | [anonymous | users | self
| dn[.]= | dn. = ]
[dnattr=]
[group[/[/ ][. ]]= ]
[peername[.]= ]
[sockname[.]= ]
[domain[.]= ]
[sockurl[.]= ]
[set=]
[aci=]
::= [self]{ | }
::= none | auth | compare | search | read | write
::= {=|+|-}{w|r|s|c|x|0}+
::= [stop | continue | break]
where the
其中,
详细介绍请查看slapd.access(5) man page.