Chapter 14. Managing Certificate System Users and Groups
356
user="BobC" || user!="JaneK"
To specify all users, provide the value
anybody
. For example:
user="anybody"
It is also possible to use regular expressions to specify the user names, such as using wildcard
characters like an asterisk (
*
). For example:
user="*johnson"
For more information on supported regular expression patterns, see
http://java.sun.com/j2se/1.4.2/
docs/api/java/util/regex/Pattern.html#sum
.
The syntax to include an IP address in the ACL is
ipaddress="ipaddress"
. The syntax to exclude
an ID address from the ACL is
ipaddress!="ipaddress"
. An IP address is specified using its
numeric value; DNS values are not permitted. For example:
ipaddress="12.33.45.99"
ipaddress!="23.99.09.88"
The IP address can be an IPv4 address, as shown above, or IPv6 address. An IPv4 address has the
format
n.n.n.n
or
n.n.n.n,m.m.m.m
with the netmask. An IPv6 address uses a 128-bit namespace, with
the IPv6 address separated by colons and the netmask separated by periods. For example:
ipaddress="0:0:0:0:0:0:13.1.68.3"
It is also possible to use regular expressions to specify the IP address, such as using wildcard
characters like an asterisk (
*
). For example:
ipaddress="12.33.45.*"
For more information on supported regular expression patterns, see
http://java.sun.com/j2se/1.4.2/
docs/api/java/util/regex/Pattern.html#sum
.
It is possible to create a string with more than one value by separating each value with two pipe
characters (||) with a space on either side. For example:
user="BobC" || group="Auditors" || group="Administrators"
14.6.2. Editing ACLs
ACLs are stored in the internal database and can only be modified in the administrative console.
To edit the existing ACLs:
1. Log into the administrative console.
2. Select
Access Control List
in the left navigation menu.
Содержание CERTIFICATE SYSTEM 8.0 - ADMINISTRATION
Страница 1: ...Red Hat Certificate System 8 0 Admin Guide Publication date July 22 2009 updated on March 25 2010 ...
Страница 42: ...20 ...
Страница 43: ...Part I Setting up Certificate Services ...
Страница 44: ......
Страница 190: ...168 ...
Страница 208: ...186 ...
Страница 223: ...Part II Additional Configuration to Manage CA Services ...
Страница 224: ......
Страница 256: ...234 ...
Страница 270: ...248 ...
Страница 280: ...258 ...
Страница 292: ...270 ...
Страница 293: ...Part III Managing the Subsystem Instances ...
Страница 294: ......
Страница 363: ...Managing RA Users 341 5 The user details page shows the person s UID full name email address and user SSL certificate ...
Страница 408: ...386 ...
Страница 438: ...416 ...
Страница 439: ...Part IV References ...
Страница 440: ......
Страница 503: ...Netscape Defined Certificate Extensions Reference 481 OID 2 16 840 1 113730 13 ...
Страница 504: ...482 ...
Страница 556: ...534 ...
Страница 564: ...542 ...