Raymond,

I use Tacacs with 7.3 and 7.6 without issues.
Do not know if it helps but here is what I have you do not specified ..
(The rest is more or less like yours).

login {
    message "Authorised Users Only";
    class administrator {
        idle-timeout 10;
        permissions all;
    }
    user local {
        full-name "Local User";
        uid 2000;
        class administrator;
        authentication {
            encrypted-password ""; ## SECRET-DATA
        }
    }
}

In radius :

user = local {
        service = exec {
                default attribute = permit
                priv-lvl = 0
        }
}

user = raymond {
        service = exec {
                default attribute = permit
                priv-lvl = 15
        }
        service = junos-exec {
                local-user-name = local
        }
}

Thomas

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
juniper-nsp mailing list [EMAIL PROTECTED]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to