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",
|
"users",
|
||||||
"self",
|
"self",
|
||||||
"ip",
|
"ip",
|
||||||
|
"ipv6",
|
||||||
"path",
|
"path",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
@ -2271,7 +2272,7 @@ acl_usage( void )
|
|||||||
"exact | regex\n"
|
"exact | regex\n"
|
||||||
"<attrstyle> ::= exact | regex | base(Object) | one(level) | "
|
"<attrstyle> ::= exact | regex | base(Object) | one(level) | "
|
||||||
"sub(tree) | children\n"
|
"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"
|
"<domainstyle> ::= exact | regex | base(Object) | sub(tree)\n"
|
||||||
"<access> ::= [[real]self]{<level>|<priv>}\n"
|
"<access> ::= [[real]self]{<level>|<priv>}\n"
|
||||||
"<level> ::= none|disclose|auth|compare|search|read|{write|add|delete}|manage\n"
|
"<level> ::= none|disclose|auth|compare|search|read|{write|add|delete}|manage\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user