Hi Davide,
last I've checked Junos supported mapping a TACACS+ user to a local user (or local authorization profile, I don't remember that well), but command authorization wasn't available at all. Are you certain that's now an option?
Cheers,
Marc
--
You received this message because you are subscribed to the Google Groups "Event-Driven Servers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to event-driven-ser...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/event-driven-servers/ae8bd20d-1a1a-4479-bc99-6ad414169f8cn%40googlegroups.com.
Hi Davide,
that "set" should be part of a profile declaration:
profile profile_name {
script {
if (service == junos-exec) {
set local-user-name = local_user_name
permit
}
}
}
Cheers,
Marc
--
You received this message because you are subscribed to the Google Groups "Event-Driven Servers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to event-driven-ser...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/event-driven-servers/2ea8166f-9d9d-4a4e-8b44-aa78a1a272c4n%40googlegroups.com.
Hi Davide,
I'd try