> Dera list:
>
> I´m working with PPP Dial-In connections to a Cisco box with CHAP
> authentication. My users are authenticated through Radius server
> (freeradius 1.0.1) and the user profiles are load in a MySQL database
> created with the script provided in a freeradius.tar.gz file. All is
> working fine. However all passwords are in clear text and I´d like to work
> with Encrypted password.
> For a first test I filled the radcheck table with this mysql sentence:
>
> insert into radcheck (Username,Attribute,op,Value) Values
> ('my_user','User-Password','==',ENCRYT('my_password'));

I believe you need to change it from User-Password to Crypt-Password in
mysql.

('my_user', 'Crypt-Password', '==', ENCRYPT('my_password')


Hope that helps.

Dusty Doris


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to