<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<span style="font-family: monospace;">I'm having a really stupid problem.<br><br>I created a "dummy" user for testing:<br>useradd -m testing<br>passwd testing (set password to "testing"). not secure, but who cares - it's just for testing.<br><br>left share secret as default, tried to login locally with this:<br><br>echo "User-Name = testing,password=testing" | /usr/bin/radclient localhost:1812 auth testing123<br><br>I enabled bad password logging, and get this error in the log:<br><br>Wed Feb 27 15:13:18 2008 : Auth: rlm_unix: [testing]: invalid password<br>Wed Feb 27 15:13:18 2008 : Auth: Login incorrect: [testing/testing] (from client localhost port 0)<br><br>I also tried this way:<br><br>radtest testing testing 127.0.0.1:1812 0 testing123<br><br>and this was the result:<br><br>Sending Access-Request of id 92 to 127.0.0.1 port 1812<br>        User-Name = "testing"<br>        User-Password = "testing"<br>        NAS-IP-Address = 255.255.255.255<br>        NAS-Port = 0<br>Re-sending Access-Request of id 92 to 127.0.0.1 port 1812<br>        User-Name = "testing"<br>        User-Password = "testing"<br>        NAS-IP-Address = 255.255.255.255<br>        NAS-Port = 0<br>rad_recv: Access-Reject packet from host 127.0.0.1:1812, id=92, length=20<br><br>All the radius.conf defaults are left the same except the extra bad password logging.<br>I have no idea why that's failing. I know it's something really stupid like the "system" login fall-through bypass not being high up enough in the config or something.<br><br>Can anyone jog my memory again?<br><br>thanks!<br><br>Dan.</span><br /><hr /> <a href='' target='_new'></a></body>
</html>