<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
> users: Matched entry DEFAULT at line 153<br>> > users: Matched entry abc at line 216<br>> > modcall[authorize]: module "files" returns ok for request 0<br>> > modcall: leaving group authorize (returns ok) for request 0<br>>  > rlm_pap: Found existing Auth-Type, not changing it.<br>> > rad_check_password: Found Auth-Type System<br>>  > modcall[authenticate]: module "unix" returns notfound for request 0<br>> <br>> It shouldn't be using an auth-type of "System", that means to lookup the <br>> user in the /etc/passwd (/etc/shadow) file. But you don't have a user on <br>> your system named "abc" so the not found result makes sense, right?<br>> <br>> Why is it trying to find "abc" amongst the unix users on your system? <br>> The answer is right above, look at the lines labeled "users:", that's <br>> your users file, also look at the line that says "Found Auth-Type, not <br>> changing it". So somthing in your users!
  file forced the user "abc" to <br>> have an Auth-Type of "system" or "unix", it also tells you which lines <br>> in the users files it matched. Go fix your users file so it doesn't do that.<br>I found in users file that line:<br>DEFAULT    Auth-Type = System<br>i decommented it but same problem. i think i must change it to other attribut?<br>> I'm guessing in your attempts to get things working you may have mangled <br>> the example users file, you might want to start with the unaltered users <br>> file and just add your test user.<br>> <br>> All this is documented in the link I sent you a week ago:<br>> http://deployingradius.com/documents/configuration/pap.html<br>> <br>> -- <br>> John Dennis <jdennis@redhat.com>                                    <br /><hr />Hotmail: Trusted email with powerful SPAM protection. <a href='https://signup.live.com/signup.aspx?id=60969' target='_new'>Sign up now.</a></body>
</html>