awesome thanks! that works cheers Ivan On Mon, Aug 11, 2008 at 1:28 PM, Ranner, Frank MR <Frank.Ranner@defence.gov.au> wrote:
UNCLASSIFIED
-----Original Message----- From: freeradius-users-bounces+frank.ranner=defence.gov.au@lists.fre eradius.org [mailto:freeradius-users-> bounces+frank.ranner=defence.gov.au@lists.freeradius.org] On Behalf Of Ivan . Sent: Monday, 11 August 2008 10:18 To: freeradius-users@lists.freeradius.org Subject: Juniper and Nortel user access
Hi
I have a user setup in the /etc/freeradius/users file which can access Juniper routers, but I would like the same user to be able to access Nortel switches, but when I try and combine the user attributes authentication fails.
This conf works for both devices:-
test Auth-type:=Local, User-Password := "test" Juniper-Local-User-Name ="DEV"
test2 Cleartext-Password := "test" Service-Type = Administrative-User
When I try and combine auth fails for the Nortels.
test Auth-type:=Local, User-Password := "test" Juniper-Local-User-Name ="DEV" Service-Type = Administrative-User
You need a comma after the reply attribute:
test Auth-type:=Local, User-Password := "test" Juniper-Local-User-Name ="DEV", Service-Type = Administrative-User
Regards, Frank Ranner
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html