Josh Wilsdon <[EMAIL PROTECTED]> wrote:
>     I just spent a few hours tracking down a really annoying problem
> with the new 0.8 freeradius.  I was having a terrible time getting
> any authentications to work until I started adding debug information
> to the source.  To make a long story short, if you are using crypt()
> passwords that are MD5 encrypted (they start with $1$..) it will not
> work if the Makefile places the -lcrypto before the -lcrypt, because
> it will use the crypt() function of libcrypto which does not seem to
> recognize md5 passwords.  If this happens to you, change the line in
> the Makefile (src/main/Makefile) from:

  Ah, the light dawns.  Thank you *very* much for that esoteric fix.

  I've added the fix to the source.

  Alan DeKok.

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

Reply via email to