UNCLASSIFIED
> -----Original Message----- > From: > [EMAIL PROTECTED] eradius.org [mailto:freeradius-users-> [EMAIL PROTECTED] On > Behalf Of Ivan . > Sent: Monday, 11 August 2008 10:18 > To: [email protected] > 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

