Mailing List Archive

catOS with aaa authorization
my cat5k has a sup1, which can not be upgraded. well, it could be
upgraded if i had a 16meg 72-pin simm for it...but i'm reluctant to
go buy one.

anyway, it's catOS version does not support AAA authorization, ie:
"auto-enable" or the "priv-lvl" AV pair.

if anyone has such a CatOS box to test the patch below, it would be
helpful. the person who reported the problem has not replied.

thanks

Index: clogin.in
===================================================================
RCS file: /home/rancid/.CVS/rancid/bin/clogin.in,v
retrieving revision 1.52
diff -d -u -r1.52 clogin.in
--- clogin.in 30 Jul 2002 06:14:10 -0000 1.52
+++ clogin.in 23 Mar 2003 07:35:44 -0000
@@ -565,7 +565,7 @@
# was done on the command line. If it is not specifically set on the
# command line, check the password file.
if $autoenable {
- set prompt "#"
+ set prompt "(#| \(enable\))"
} else {
set ae [find autoenable $router]
if { "$ae" == "1" } {