Cisco Systems Servers Server User Manual


 
E-37
Cisco Secure ACS 3.0 for Windows 2000/NT Servers User Guide
78-13751-01, Version 3.0
Appendix E Cisco Secure ACS Command-Line Database Utility
User-Defined RADIUS Vendors and VSA Sets
Example RADIUS Vendor/VSA Import File
The example RADIUS vendor/VSA import file, below, defines the vendor
Widget, whose IETF number is 9999. The vendor Widget has 5 VSAs. Of those
attributes, 4 are for authorization and one is for accounting. Only one attribute can
have multiple instances in a single RADIUS message. Two attributes have
enumerations for their valid integer values and they share the same enumeration
definition section.
[User Defined Vendor]
Name=Widget
IETF Code=9999
VSA 1=widget-encryption
VSA 2=widget-admin-interface
VSA 3=widget-group
VSA 4=widget-admin-encryption
VSA 5=widget-remote-address
[widget-encryption]
Type=INTEGER
Profile=OUT
Enums=Encryption-Types
[widget-admin-interface]
Type=IPADDR
Profile=OUT
[widget-group]
Type=STRING
Profile=MULTI OUT
[widget-admin-encryption]
Type=INTEGER
Profile=OUT
Enums=Encryption-Types
[widget-remote-address]
Type=STRING
Profile=IN
[Encryption-Types]
0=56-bit
1=128-bit
2=256-bit