[j-nsp] JUNOS S/W - tacacs+ problem
Thomas Mangin
thomas.mangin at exa-networks.co.uk
Thu Apr 12 10:22:31 EDT 2007
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : https://puck.nether.net/pipermail/juniper-nsp/attachments/20070412/b712c5b0/attachment.bin
More information about the juniper-nsp
mailing list