]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
refine previous commit
authorPierangelo Masarati <ando@openldap.org>
Fri, 15 Dec 2006 02:10:22 +0000 (02:10 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 15 Dec 2006 02:10:22 +0000 (02:10 +0000)
servers/slapd/aclparse.c

index e151d10e812ef8e1bb67a94647d5cc3138d29703..051e4a6fb4ace6f12a3614915d89552ae188d208 100644 (file)
@@ -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"