I am trying to configure a user definition that will allow customers with
UUCP accounts to access a particular server using RADIUS 2.0
authentication. My definition looks like this:
DEFAULT Auth-Type = System, Suffix = "%uucp"
Service-Type = Login-User,
Login-Host = 123.456.789,
Login-Service = Rlogin
The goal is to have the customer append %uucp to his/her login, at which
point RADIUS will allow access to the UUCP server.
What appears to be happening is that the customer types in userpass%uucp
and a password prompt is returned (as expected). After the password is
entered, another password prompt is received (from the UUCP server). The
customer enters the password again, and is told that the password is
incorrect. This produces another login prompt, at which point they enter
their login (without %uucp) and password, and they are able to login to the
UUCP server.
I have checked to make sure that the PM-3 we are using for this service is
entered in the UUCP server's hosts.equiv file. Any other ideas to prevent
the double login /password situation?
Rob