Hi,
I am using freeradius-server-2.1.4. I changed only the below files
Users
"iss" Auth-Type := Local, User-Password == "iss123"
Clients.conf
client 13.0.0.5 {
secret = AricentRadius
shortname = fs
nastype = other
With the above changes I am getting error marked
RED . Please help
WARNING: See "man rlm_pap" for more information.
[files] users: Matched entry
iss@future.com at line 94
++[files] returns ok
++[expiration] returns noop
++[logintime] returns noop
[pap] WARNING! No "known good" password found for the user. Authentication may fail because of this.
++[pap] returns noop
Found Auth-Type = Local
WARNING: Please update your configuration, and remove 'Auth-Type = Local'
WARNING: Use the PAP or CHAP modules instead.
No "known good" password was configured for the user.
As a result, we cannot authenticate the user.
Failed to authenticate the user.
Using Post-Auth-Type Reject
+- entering group REJECT {...}
[attr_filter.access_reject] expand: %{User-Name} ->
iss@future.com
attr_filter: Matched entry DEFAULT at line 11
++[attr_filter.access_reject] returns updated
Delaying reject of request 0 for 1 seconds
Going to the next request
Waking up in 0.9 seconds.
Sending delayed reject for request 0
Sending Access-Reject of id 1 to 12.0.0.2 port 49153
Waking up in 4.9 seconds.
Cleaning up request 0 ID 1 with timestamp +10
Ready to process requests.
Rgds,
Vamsi