27 Sep
2009
27 Sep
'09
3:29 a.m.
matthew wyath wrote:
. What I can see in wireshark is that username test is sent in clear text + password is sent encrypted.
Yes, that is how RADIUS works.
My assumption is that freeradius can't read /etc/shadow for some reason. Freeradius version I am using is 1.1
Then this is a Unix permissions issue. Allow the radius process to read /etc/shadow, and the problem will go away. Alan DeKok.