Cisco Systems Servers Benutzerhandbuch

Seite von 654
Chapter 5      Setting Up and Managing Shared Profile Components
Command Authorization Sets
5-14
Cisco Secure ACS 3.0 for Windows 2000/NT Servers User Guide
78-13751-01, Version 3.0
For information on assigning command authorization sets, see the following 
procedures:
Shell Command Authorization Sets—See either of the following:
PIX Command Authorization Sets—See either of the following:
About Pattern Matching
For permit/deny command arguments, Cisco Secure ACS applies pattern 
matching. That is, the argument permit foo matches any argument that contains 
the string foo. Thus, for example, permit foo would allow not only the argument 
foo but also the arguments anyfoo and foobar
To limit the extent of pattern matching you can add the following expressions: 
dollarsign ($)—Expresses that the argument must end with what has gone 
before. Thus permit foo$ would match against foo or anyfoo, but not foobar.
caret (^)—Expresses that the argument must begin with what follows. Thus 
permit ^foo would match against foo or foobar, but not against anyfoo.
You can combine these expressions to specify absolute matching. In the example 
given, you would use permit ^foo$ to ensure that only foo was permitted, and not 
anyfoo or foobar.
Command Authorization Sets Configuration
This section contains the following procedures: