mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
refine previous commit
This commit is contained in:
parent
917fbf427a
commit
15d601e7bc
@ -52,6 +52,7 @@ char *style_strings[] = {
|
||||
"users",
|
||||
"self",
|
||||
"ip",
|
||||
"ipv6",
|
||||
"path",
|
||||
NULL
|
||||
};
|
||||
@ -2271,7 +2272,7 @@ acl_usage( void )
|
||||
"exact | regex\n"
|
||||
"<attrstyle> ::= exact | regex | base(Object) | one(level) | "
|
||||
"sub(tree) | children\n"
|
||||
"<peernamestyle> ::= exact | regex | ip | path\n"
|
||||
"<peernamestyle> ::= exact | regex | ip | ipv6 | path\n"
|
||||
"<domainstyle> ::= exact | regex | base(Object) | sub(tree)\n"
|
||||
"<access> ::= [[real]self]{<level>|<priv>}\n"
|
||||
"<level> ::= none|disclose|auth|compare|search|read|{write|add|delete}|manage\n"
|
||||
|
Loading…
Reference in New Issue
Block a user