Sample Routine For Generating An Eap-Tls Authentication Procedure; Pap Authentication Procedure Input - Cisco 3.3 User Manual

For windows server version 3.3
Table of Contents

Advertisement

ODBC Database
Sample Routine for Generating an EAP-TLS Authentication
Procedure
if exists (select * from sysobjects where id = object_id(`dbo.CSNTFindUser') and sysstat &
0xf = 4)
drop procedure dbo.CSNTFindUser
GO
CREATE PROCEDURE CSNTFindUser
@username varchar(64)
AS
SET NOCOUNT ON
username
IF EXISTS( SELECT
users
FROM
username
WHERE
= @username )
csntgroup
csntacctinfo
SELECT 0,
,
users
FROM
username
WHERE
= @username
ELSE
SELECT 3,0,"odbc","ODBC Authen Error"
GO
GRANT EXECUTE ON dbo.CSNTFindUser TO ciscosecure
GO

PAP Authentication Procedure Input

User Guide for Cisco Secure ACS for Windows Server
13-64
The following example routine creates in Microsoft SQL Server a procedure
named CSNTFindUser, the default procedure used by Cisco Secure ACS for
EAP-TLS authentication. Table and column names that could vary for your
database schema are presented in variable text. For more information about data
type definitions, procedure parameters, and procedure results, see
Database, page
13-55.
,"No Error"
Table 13-2
details the input provided by Cisco Secure ACS to the stored
procedure supporting PAP authentication. The stored procedure should accept the
named input values as variables.
Chapter 13
User Databases
ODBC
78-16592-01

Advertisement

Table of Contents
loading

This manual is also suitable for:

Secure access control serverSecure acs

Table of Contents