11-37
Cisco Secure ACS 3.0 for Windows 2000/NT Servers User Guide
78-13751-01, Version 3.0
Chapter11 Working with User Databases ODBC Database
The input names are for guidance only. Procedure variables created from them can
have different names; however, they must be defined in the procedure in the order
shown—the username must precede the password variable.
PAP Procedure OutputThe stored procedure must return a single row containing the non-null fields.
Table11-3 lists the procedure results Cisco Secure ACS expects as output from
stored procedure.
Table11-2 PAP Stored Procedure Input
Field Type Explanation
CSNTusername String 0-64 characters
CSNTpassword String 0-255 characters
Table11-3 PAP Stored Procedure Results
Field Type Explanation
CSNTresult Integer See Table 11-6 on page 11-39.
CSNTgroup Integer The Cisco Secure ACS group number for authorization.
0xFFFFFFFF is used to assign the default value. Values other than
0-499 are converted to the default.
Note The group specified in the CSNTgroup field overrides
group mapping configured for the ODBC external user
database.
CSNTacctInfo String 0-16 characters. A third-party defined string is added to subsequent
account log file entries.
CSNTerror
String String 0-255 characters. A third-party defined string is written to the
CSAuth service log file if an error occurs.