Hi,
I'm not sure on what you're trying to achive-- are you using the built-in tac_plus-ng RADIUS functionality or are you using one of the MAVIS backends for RADIUS?
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/393ca9f6-d811-4434-93ad-191b232ee04dn%40googlegroups.com.
--
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/70972cbc-a0c8-46ff-9a37-58576670062a%40googlemail.com.
Hi,
the "exec" line in the "mavis module" section should read
exec = /usr/local/sbin/radmavis radmavis -c /etc/radcli/radiusclient.conf "group_attribute=juniper:Juniper-Local-User-Name"
This also fixes the badly placed quotation mark from my previous example.
For initial attribute checking
printf "0 TACPLUS\n4 $USER\n8 $PASS\n49 AUTH\n=\n" | radmavis -c /etc/radcli/radiusclient.conf "group_attribute=juniper:Juniper-Local-User-Name"
should work.
Cheers,
Marc