mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-19 05:13:35 -05:00
document +0
This commit is contained in:
parent
aabcce3e58
commit
35574210d7
1 changed files with 2 additions and 2 deletions
|
|
@ -739,7 +739,7 @@ access line is:
|
|||
> [aci=<attrname>]
|
||||
> <access> ::= [self]{<level>|<priv>}
|
||||
> <level> ::= none | auth | compare | search | read | write
|
||||
> <priv> ::= {=|+|-}{w|r|s|c|x}+
|
||||
> <priv> ::= {=|+|-}{w|r|s|c|x|0}+
|
||||
> <control> ::= [stop | continue | break]
|
||||
|
||||
where the <what> part selects the entries and/or attributes to which
|
||||
|
|
@ -879,7 +879,7 @@ The kind of <access> granted can be one of the following:
|
|||
!block table; colaligns="LRL"; coltags="EX,EX,N"; align=Center; \
|
||||
title="Table 5.4: Access Levels"
|
||||
Level Privileges Description
|
||||
none no access
|
||||
none =0 no access
|
||||
auth =x needed to bind
|
||||
compare =cx needed to compare
|
||||
search =scx needed to apply search filters
|
||||
|
|
|
|||
Loading…
Reference in a new issue