That&#39;s good to know, but I&#39;m still a bit confused about the configuration file syntax. Is there a reference for it somewhere I can read ?<br><br><div class="gmail_quote">On Wed, Oct 29, 2008 at 1:16 PM, john heasley <span dir="ltr">&lt;<a href="mailto:heas@shrubbery.net">heas@shrubbery.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Tue, Oct 28, 2008 at 12:41:04PM -0700, Jesse Zbikowski:<br>
<div><div></div><div class="Wj3C7c">&gt; On Mon, Oct 27, 2008 at 8:04 PM, Ian Batterbee &lt;<a href="mailto:ibatterb@gmail.com">ibatterb@gmail.com</a>&gt; wrote:<br>
&gt; &gt; What I would like to do is have the tac_plus server pass a group<br>
&gt; &gt; policy name back as part of the reply so that the group the user is placed<br>
&gt; &gt; into can be centrally managed.<br>
&gt;<br>
&gt; TACACS+ supports passing attribute/value pairs. &nbsp;I am not sure how to<br>
&gt; do this in tac_plus. &nbsp;I would be very interested if anyone knows how<br>
&gt; to send arbitrary a/v pairs from the server and how the client can use<br>
&gt; them.<br>
&gt;<br>
&gt; One way you can accomplish group assignment this is to specify a fake<br>
&gt; &quot;protocol&quot; to indicate group membership. &nbsp;For example in my<br>
&gt; tac_plus.conf:<br>
&gt;<br>
&gt; user = admin {<br>
&gt; &nbsp; pap = des ...<br>
&gt; &nbsp; service = ppp protocol = my-admin-group {}<br>
&gt; }<br>
&gt;<br>
&gt; user = mike {<br>
&gt; &nbsp; pap = des ...<br>
&gt; &nbsp; service = ppp protocol = my-user-group {}<br>
&gt; }<br>
&gt;<br>
&gt; When &quot;mike&quot; tries to log in, he will first attempt to authorize<br>
&gt; service=ppp protocol=my-admin-group. &nbsp;When this fails, the client<br>
&gt; software should fall back to service=ppp protocol=my-user-group.<br>
</div></div>&gt; _______________________________________________<br>
&gt; tac_plus mailing list<br>
&gt; <a href="mailto:tac_plus@shrubbery.net">tac_plus@shrubbery.net</a><br>
&gt; <a href="http://www.shrubbery.net/mailman/listinfo.cgi/tac_plus" target="_blank">http://www.shrubbery.net/mailman/listinfo.cgi/tac_plus</a><br>
<br>
without searching through the code; i know for certain that any AV pair<br>
can be sent with authorization scripts.<br>
</blockquote></div><br>