13 Apr
2006
13 Apr
'06
4:45 a.m.
Emerson, you'll also find documentation here : http://wiki.freeradius.org Some testing files for rlm_digest are provided with FR 1.1.1 as well. Alan, there is a fix that should be pulled out from CVS HEAD that corrects a wrong debugging output : Line 109 in rlm_digest.c radlog(L_AUTH, "rlm_digest: Configuration item \"User-Password\" or MD5-Password is required for authentication."); Should be : radlog(L_AUTH, "rlm_digest: Configuration item \"User-Password\" or \"Digest-HA1\" is required for authentication."); Noticed during a troubleshooting session with Rafael Tonin. Philippe