AppendixE Cisco Secure ACS Command-Line Database Utility
User-Defined RADIUS Vendors and VSA Sets
E-36
Cisco Secure ACS 3.0 for Windows 2000/NT Servers User Guide
78-13751-01, Version 3.0
For example, the following enumerations definition section defines the
Encryption-Types enumeration, which associates the string value 56-bit with the
integer 0 and the string value 128-bit with the integer 1:
[Encryption-Types]
0=56-bit
1=128-bit
TableE-10 Enumerations Definition Keys
Keys Required Value Required D escription
n
(See
Description.)
Yes String For each valid integer value of the corresponding
attribute, an enumerations section must have one
key.
Each key defines a string value associated with an
integer value. Cisco Secure ACS uses these string
values in the HTML interface.
For example, if 0 through 4 are valid integer values
for a given attribute, its enumeration definition
would contain the following:
0=value0
1=value1
2=value2
3=value3
4=value4