hi


1. radius configuration
- I have removed any trace of "unix" module (it didnt worked, probably something to do with radius running as radiusd/radiusd)

(it's not related but yes, it can't read the shadow file as user 'radiusd'. deactivate the caching if wou want it back.)



- I have eap module as from the default radiusd.conf file

eap should be in authorize {} and in authenticate {} in radiusd.conf but that's the default in your radiusd.conf, don't touch it :-)



- I have configured in clients.conf the autheticator with "test123" secret, nastype cisco
- in users I have this entry before any "DEFAULT" ones:
dizzy Auth-Type += Local, User-Password = "parola"

make it


dizzy User-Password == "parola"

and it should work.


  rad_check_password:  Found Auth-Type EAP
  rad_check_password:  Found Auth-Type Local
Warning:  Found 2 auth-types on request for user 'dizzy'

that's the problem: EAP module sets the Auth-Type to EAP but you force it in your users file to be Local. thus, local type fails to validate the user, because there is no attribute it understands.



ciao artur




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

Reply via email to