Le Mon, Sep 25, 2006 at 12:27:28AM +0100, Jan Mulders ecrivait:
Hello all.
I'm trying to get FreeRADIUS to authenticate against MD5 passwords. Here's the relevant part of my config...
............ modules { pap { encryption_scheme = md5 } ...... instantiate { #mysqlcounter
}
authorize { preprocess sql }
authenticate { pap }
preacct { preprocess }
accounting { #acct_unique #detail sql radutmp # ? }
session { radutmp # ? sql
} [end of file]
I have the passwords in my database as MD5 (I have included a testuser2 with a plaintext password for troubleshooting):
id UserName Attribute op Value 1 testuser1 Password == ae2b1fca515949e5d54fb22b8ed95575 2 testuser2 Password == testing
Did you try with Crypt-Password ? Regards, Fox.