Freeradius 2.1.9 digest authentication problem
    Alan DeKok 
    aland at deployingradius.com
       
    Tue Aug  3 13:56:48 CEST 2010
    
    
  
alexb at 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"
  (3) search for "digest" in raddb/sites-available/default
  (4) READ the comments
  (5) enable digest as instructed
> Maybe, I missed something?
  You need to enable digest authentication.
  Alan DeKok.
    
    
More information about the Freeradius-Users
mailing list