On Tue, Aug 03, 2010 at 01:56:48PM +0200, Alan DeKok wrote:
alexb@arctel.ru wrote:
trying to test digest authentication (freeradius 2.1.9). After uncommenting 'digest' in sites-available/default 'radiusd -X' starts fine. but after I added (according to 'man rlm_digest') to users file:
test Auth-Type := Digest, User-Password = "test" Reply-Message = "Hello, test with digest"
(1) Don't force Auth-Type (2) Use: Cleartext-Password := 'test" Not: User-Password = "test"
Ok, it works as expected (according test procedure in 'man rlm_digest') with this config: test Cleartext-Password := "test" Reply-Message = "Hello, test with digest" i.e. without Auth-Type attrubute. I MUST NOT use Auth-Type?
(3) search for "digest" in raddb/sites-available/default
found and uncommented "digest" in "authorize" and "authenticate" sections already (before posting here).
(4) READ the comments (5) enable digest as instructed
Thank You -- Alexander Belov