Cisco Systems Servers Manuale Utente

Pagina di 654
11-37
Cisco Secure ACS 3.0 for Windows 2000/NT Servers User Guide
78-13751-01, Version 3.0
Chapter 11      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 Output
The stored procedure must return a single row containing the non-null fields. 
 lists the procedure results Cisco Secure ACS expects as output from 
stored procedure.
Table 11-2
PAP Stored Procedure Input
Field
Type
Explanation
CSNTusername
String
0-64 characters
CSNTpassword
String
0-255 characters
Table 11-3
PAP Stored Procedure Results
Field
Type
Explanation
CSNTresult
Integer
See 
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.