HP-UX AAA Server A.08.00.01 Administrator's Guide

Table 22-3 (page 349) and Table 22-4 (page 349) 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 359) for more information on the use of DBR mapping.
Table 22-3 Input Mapping Data Types and Syntax
SyntaxInput Mapping Type
source RAD(vendor_id:attribute, attr_type, MAND)
FUNC(mappingfunction)
DBR(result) or DBR(ret code:error code)
target RAD(vendor_id:attribute, attr_type, MAND)
FUNC(mappingfunction)
DBP(placeholder, db_width, db_type)
RET (return event)
Table 22-4 Output Mapping Data Types and Syntax
SyntaxOutput Mapping Type
source RAD(vendor_id:attribute, attr_type, MAND)
DBC(db_column, db_width, db_type)
DBP(placeholder, db_width, db_type)
FUNC(mappingfunction)
DBR(result) or DBR(ret code:error code)
target RAD(vendor_id:attribute, attr_type, MAND)
FUNC(mappingfunction)
RET (return event)
Implementing SQL Access 349