Re: Cisco EXEC authentication

2004-03-04 Thread Jeffrey C. Ollie
On Wed, 2004-03-03 at 10:39, Alan DeKok wrote: [EMAIL PROTECTED] wrote: Hi, I am running freeradius-0.9.3 on RedHat 9.0. I have found your documentation and faq page very helpful, however I cannot find an answer to one question. Can Radius pass a privilege level back to a Cisco switch so

Re: Cisco EXEC authentication

2004-03-04 Thread [EMAIL PROTECTED]
Hi, Also you could do that by including Service-Type = Administrative-User in your Access-Accept. So in the users file, you can configure a user like this : super-cisco Auth-Type := Local, User-Password == whatever cisco-avpair = shell:priv-lvl=15, Service-Type =

Cisco EXEC authentication

2004-03-03 Thread Jay_Kreiss
Hi, I am running freeradius-0.9.3 on RedHat 9.0. I have found your documentation and faq page very helpful, however I cannot find an answer to one question. Can Radius pass a privilege level back to a Cisco switch so that users are automatically enabled into EXEC mode? I have been trying to

RE: Cisco EXEC authentication

2004-03-03 Thread Stadler Karel
You should use Cisco AV-Pairs which is covered in dictionary.cisco. Example: steve Auth-Type := Local, User-Password == testing Service-Type = Shell-User, Cisco-AVPair = shell:priv-lvl=15 This will put user steve immediately in enable mode. Have fun ... rgds Karel Stadler -