Joe Hetrick <[EMAIL PROTECTED]> wrote: > After some thought, I changed my crypt in the LDIF to something else, > first SSHA, and then MD5, and all of a sudden > auth worked (with both). Clearly I have a probem with CRYPT...
I recall something a while ago about link ordering with crypt on *BSD. Something about another lbirary (maybe OpenSSL) supplying a crypt which over-rode the BSD crypt, but didn't do the same thing. It sounds like the same problem to me. > It wouldn't be a big deal, except I have many crypt'd PW's I'd intended > on migrating into my directory that I would like radius to auth > against. You should be able to get it to work, but you've got to figure out a way to get the dynamic linker on your system to use give FreeRADIUS the *correct* version of crypt. Maybe LD_PRELOAD will help here... Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

