Hi,
> Hi all,
>
>
>
> I just tried using
>
>
>
> if(%Client-Type == 'cisco'){
>
> Service-Type = NAS-Prompt-User
>
> cisco-avpair = "shell:priv-lvl=15"
>
> }
if(%Client-Type == 'cisco'){
update reply {
Service-Type = NAS-Prompt-User
cisco-avpair = "shell:priv-lvl=15"
}
}
?
alan