Juan Carlos Castro y Castro <[EMAIL PROTECTED]> wrote: > Thanks to Scott Bartlett's kind help, my radiusd now queries MySQL for > usernames/passwords, but I don't know how to encrypt the latter. Hence, > by now I always get authentication failures. I tried encrypt() and > md5(). I hereby annoy you a second time asking for help. ;)
FreeRADIUS *should* eventually come with a utility to encrypt passwords. But it doesn't now, sorry. Still, I'm not sure I would suggest encrypting passwords in your database. It IS more secure to encrypt them, but it means that CHAP won't work. If you're willing to live without CHAP, then by all means, encrypt the passwords. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
