cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
582
Views
0
Helpful
1
Replies

ODBC with sha256

jijung
Cisco Employee
Cisco Employee

Team,

If I refer to oracle db by odbc,

Is ISE supported hashed password like sha256 or sha512?

If it's no, how do I connect to encrypted DB.

Thanks,

1 Accepted Solution

Accepted Solutions

hslai
Cisco Employee
Cisco Employee

The stored procedure or function for "Plain text password fetching" is used for CHAP, MS-CHAPv1/v2, LEAP, EAP-MD5, EAP-MSCHAPv2 inner method, and TACACS. If you are using any of these auth protocols, then please ensure the stored procedure or function is returning the un-encrypted form of the password.

View solution in original post

1 Reply 1

hslai
Cisco Employee
Cisco Employee

The stored procedure or function for "Plain text password fetching" is used for CHAP, MS-CHAPv1/v2, LEAP, EAP-MD5, EAP-MSCHAPv2 inner method, and TACACS. If you are using any of these auth protocols, then please ensure the stored procedure or function is returning the un-encrypted form of the password.