Hi,
User-Name = "sujatha" User-Password = "test123" NAS-IP-Address = 255.255.255.255 NAS-Port = 1812
rlm_pap: WARNING! No "known good" password found for the user. Authentication may fail because of this.
rlm_unix: [sujatha]: invalid password
rad_recv: Access-Request packet from host 127.0.0.1:32769, id=157, length=59
Sending Access-Reject of id 157 to 127.0.0.1 port 32769
Can I know the reason.
sure - you've just been told the reason in the above output. rlm_unix didnt find anything - and due to your config, its been set as the end of all answers - probably you have DEFAULT Auth-Type := System in your 'users' file (which means 'set the auth-type' to system (unix files) authentication and dont try anything else. comment that entry out...and if you dont use unix authentication then comment out the unix entries in radiusd.conf etc too alan