Appendix F RDBMS Synchronization Import Definitions
Action Codes
F-6
User Guide for Cisco Secure ACS for Windows Server
78-16592-01
Table F-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 ID
(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_BYTE—Single 8-bit number.
TYPE_SHORTSingle 16-bit number.
TYPE_INT—Single 32-bit number.
TYPE_STRING—Single string.
TYPE_ENCRYPTED_STRINGSingle string
to be saved encrypted.
TYPE_MULTI_STRING—Tab-separated set of
substrings.
TYPE_MULTI_INT—Tab-separated set of 32-bit
numbers.
For example:
UN = "fred"
AI = "APP_CSAUTH"
VN = "My Value"
V2 = "TYPE_MULTI_STRING"
V1 = "str1tabstr2tabstr3"
2 DELETE_VALUE UN|GN, AI,
VN
Deletes value (VN) for App ID (AI) and user (UN) or
group (GN).