I took a quick look through the list, but couldn't see anything
specific.
currently our dialup system, using cistron's radiusd, uses /etc/passwd
to get the passwords from. this is currently running on a GNU/Linux
machine, which is using md5 shadow passwords.
I'm in the process of migrating this system over to a
freeradius+rlm_sql+mysql setup, and while i can get crypted passwords to
work (using Crypt-Password) fine, i'm not too sure how i'd go about
getting pap and rlm_sql to deal with an md5'ed password. obviously,
since md5 is a one-way hash, i can't just recover the passwords and
recrypt them.
What would i need to do to acheive basically a straight copy-paste of
the existing md5 passwords into appropriate SQL rows? i've tried setting
pap {
encryption_scheme = md5
}
as well as setting it to crypt, and neither seem to work.
This us using freeradius 0.8, compiled by me into a debian package, and
a portmaster 2e to access the radius server (my test platform)
Thanks for the help
Andrew Pilley
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html