problem with Auth-Type DIGEST
freeradius at list.coretech.ro
freeradius at list.coretech.ro
Thu Sep 1 17:04:16 CEST 2005
hello,
I am using digest auth and I want to upgrade from cvs version
(2005-02-19) to cvs version (2005-09-01).
everything seems to be ok except that the digest auth does not work anymore.
I have noticed, in debug mode (radiusd -X), the following differences
between the two versions:
===== cvs version (2005-09-01) =====
rad_check_password: Found Auth-Type DIGEST
auth: type Local
auth: No User-Password or CHAP-Password attribute in the request
===== cvs version (2005-09-01) =====
===== cvs version (2005-02-19) =====
rad_check_password: Found Auth-Type DIGEST
auth: type digest
===== cvs version (2005-02-19) =====
===== relevant portions of radiusd.conf =====
modules {
.....................
digest {
}
}
authorize {
preprocess
auth_log
chap
digest
sql
}
authenticate {
Auth-Type PAP {
pap
}
Auth-Type CHAP {
chap
}
digest
}
===== relevant portions of radiusd.conf =====
is something changed in configuration ?
Thanks,
Razvan Radu
More information about the Freeradius-Users
mailing list