Re: changing source code for Crypt-Password

2003-01-30 Thread Alan DeKok
"Doug Yeager" <[EMAIL PROTECTED]> wrote:
> The problem I have is that I have a list of md5 passwords I'd like to
> point freeradius to.  Does anybody know where the the freeradius code to
> start looking for this crypt-password attribute.  I'd like to specify
> the md5 algorithm instead of the one it is using.

  See the PAP module.

  Alan DeKok.

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



changing source code for Crypt-Password

2003-01-30 Thread Doug Yeager








o.k.,

I’ve successfully tested the Crypt-Password Attribute
w/ my mysql database encrypting peoples passwords
with mysql function encrypt(‘pass’)

 

Somehow, freeradius sources for
crypt-password must match mysql encrypt.

 

The problem I have is that I have a list of md5 passwords I’d
like to point freeradius to.  Does anybody know where the the freeradius code to start
looking for this crypt-password attribute. 
I’d like to specify the md5 algorithm instead of the one it is
using.

 

Maybe there is an easier way to do this, would rather have
it as a configurable option, but I can’t find it.

 

Thoughts?

 

Thx,

doug