On Thu, 22 Apr 1999, Andrew Richards wrote:
> Is anyone using the Radius patch for Qmail POP3 user
> authentication (http://qmail.plig.org/ckpw-radius)?
Yes, we use it routinely. I may have even written it.
> (Sample output)
> #perl test.pl
> Make sure this machine is in your Radius clients file!
> Enter hostname[:port] of your Radius server: 190.191.192.193
> Enter shared-secret of your Radius server: ddd
> Enter a username to be validated: lll
> Enter this user's password: xxx
> ok 2
> not ok 3
> ok 4
> attr: name=1 value=lll
> attr: name=2 value=s{ڠ�6>�WRr
It looks like 3 is the actually password check. In our version of radius,
we have radpwtst, a command line client to test the RADIUS server. Try
that. If it doesn't work, make sure that the host and its secret are
correct in the "clients" file. Is the machine multi-homed? That's
another good question. The requests may be getting bound to an IP that
isn't in the "clients" file.
I'll think about this some more, but I can't think of any more snags at
this point.
Monte