HP-UX AAA Server A.07.01 Administrator's Guide
action_ID
Required. Specifies a unique instance of an SQL action. Identifies
the SQL action to be executed as configured in the FSM or in the
authfile through the Local Realm screen in the Server Manager.
Follow a naming convention for action_ID that allows for easy
identification of the actions they perform to ensure the integrity of
the processing logic.
timed_event
Optional. Used for actions not triggered by user requests. Specifies
the time interval in seconds for the AAA Server to execute this action.
See “Advanced SQL Mapping Configuration” (page 232) for more
information.
The following sections provide details on the input and output mapping syntax and
the SQL statement.
Mapping Syntax
Each input or output mapping entry consists of a source and target definition, and an
optional conversion function.
Table 18-3 (page 222) and Table 18-4 (page 223) show the source and target data types
that can be mapped depending on input or output mapping:
• RAD: identifies a RADIUS attribute in a mapping,
• DBP: identifies SQL placeholder mapping,
• DBC: identifies the database column mapping,
• DBR: handles return values from the SQL statements. See “SQL Result Mapping”
(page 230) for more information on the use of DBR mapping.
Table 18-3 Input Mapping Data Types and Syntax
SyntaxInput Mapping Type
source • RAD(vendor_id:attribute, attr_type, MAND)
• FUNC(mappingfunction)
• DBR(result)
target • RAD(vendor_id:attribute, attr_type, MAND)
• FUNC(mappingfunction)
• DBP(placeholder, db_width, db_type)
222 SQL Access