Hi All,
I'm trying to set up preauthentication followed by tunneling. The NAS is
Cisco 5800.
In the attributes received, the one that distinguishes preauthentication
from tunneling is:
Cisco-NAS-Port = "Serial1/2/7:30*"
I'm trying trap this in a hook:
PreHandlerHook sub { \
my $port = ${$_[0]}->get_attr('Cisco-NAS-Port' );\
if (${port} =~ /Serial/) {\
${$_[0]}->add_attr('preauth_call','true'); return; \
}\
}
The attr preauth_call is not getting set though. The attribute
Cisco-NAS-Port is listed as a VENDORATTR in the dictionary.
I appreciate any help.
Regards,
Lisa
===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.