AppendixG ODBC Import Definitions
Action Codes
G-6
Cisco Secure ACS 3.0 for Windows 2000/NT Servers User Guide
78-13751-01, Version 3.0
use these action codes for other purposes by a Cisco representative, you can only
use these action codes for assigning values to user-defined fields (see the
User-Specific Attributes section on page G -31).
TableG-2 Action Codes for Setting and Deleting Values
Action
Code Name Required Description
1 SET_VALUE UN|GN, AI, VN, V1, V2 Sets a value (V1) named (VN) of type (V2) for app
(AI).
App IDs (AI) can be one of the following:
APP_CSAUTH
APP_CSTACACS
APP_CSRADIUS
APP_CSADMIN
Value types (V2) can be one of the following:
TYPE_BYTESingle 8-bit number.
TYPE_SHORTSingle 16-bit number.
TYPE_INTSingle 32-bit number.
TYPE_STRINGSingle string.
TYPE_ENCRYPTED_STRINGSingle
string to be saved encrypted.
TYPE_MULTI_STRINGTab-separated set
of substrings.
TYPE_MULTI_INTTab-separated set of
32-bit numbers.
For example:
UN="fred"
AI="APP_CSAUTH"
VN="My Value"
V2="TYPE_MULTI_STRING"
V1="str1<tab>str2<tab>str3"