ok so here is what i have<br><br>user tom { <br>         login = cleartext &#39;tom&#39;<br>         enable = cleartext &#39;tom12&#39;<br>}<br><br>
acl = badmatt {<br>
        login = cleartext &#39;matt&#39;<br>       enable = cleartext &#39;matt12&#39;<br>       deny 192\.168\.0\.1     # disallow enable on this tacacs client<br>
        permit .*<br>
}<br>
user matt { enableacl = badmatt }<br><br>Will this work so that Tom and Matt can both enable on all things except the 192.168.0.1 that matt is acl from?<br><br>Tom <br><br><div class="gmail_quote">On Tue, Aug 4, 2009 at 3:21 PM, Schmidt, Daniel <span dir="ltr">&lt;<a href="mailto:dan.schmidt@uplinkdata.com">dan.schmidt@uplinkdata.com</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;">Why would you want to do such a thing?  The enable password should be<br>
linked to the account, with enable = cleartext &#39;badmatt&#39; or enable =<br>
file /etc/passwd.  He should have the same enable password, but<br>
different levels of access.  You should be able to do this in the<br>
tac_plus config, but if you really want to get granular, you can use an<br>
after authentication script like mine on <a href="http://tacacs.org" target="_blank">tacacs.org</a>.<br>
<div><div></div><div class="h5"><br>
-----Original Message-----<br>
From: <a href="mailto:tac_plus-bounces@shrubbery.net">tac_plus-bounces@shrubbery.net</a><br>
[mailto:<a href="mailto:tac_plus-bounces@shrubbery.net">tac_plus-bounces@shrubbery.net</a>] On Behalf Of Tom Murch<br>
Sent: Tuesday, August 04, 2009 6:22 AM<br>
To: john heasley<br>
Cc: <a href="mailto:tac_plus@shrubbery.net">tac_plus@shrubbery.net</a><br>
Subject: [tac_plus] Re: tac_plus config<br>
<br>
great that worked so the only other thing I do not understand is how to<br>
let<br>
tom enable on all routers and switches when there are 5 different enable<br>
passwords between all the equipment?<br>
<br>
On Mon, Aug 3, 2009 at 11:46 AM, john heasley &lt;<a href="mailto:heas@shrubbery.net">heas@shrubbery.net</a>&gt;<br>
wrote:<br>
<br>
&gt; Mon, Aug 03, 2009 at 10:55:32AM -0400, Tom Murch:<br>
&gt; &gt; Hello<br>
&gt; &gt;<br>
&gt; &gt;   so I am trying to get this up and running correctly but I am not<br>
sure<br>
&gt; on a<br>
&gt; &gt; few things. What I am trying to accomplish is as follows:<br>
&gt; &gt;<br>
&gt; &gt; user tom would have access to switches 1-5 and routers 1-10. Tom<br>
will<br>
&gt; also<br>
&gt; &gt; be able to enable on all these switches and routers. The enable<br>
password<br>
&gt; is<br>
&gt; &gt; different on some routers how do I define that?<br>
&gt; &gt;<br>
&gt; &gt; user matt would have access to switches 1-5 and routers 1-10 but<br>
only<br>
&gt; able<br>
&gt; &gt; to enable on switches 1-5 and routers 1-4.<br>
&gt;<br>
&gt; user tom { }<br>
&gt; acl = badmatt {<br>
&gt;        deny 192\.168\.0\.1     # disallow enable on this tacacs client<br>
&gt;        permit .*<br>
&gt; }<br>
&gt; user matt { enableacl = badmatt }<br>
&gt;<br>
&gt; &gt; Any help would be greatly appreciated as I am a tad confused on how<br>
to do<br>
&gt; &gt; this or if it is even possible.<br>
&gt; &gt;<br>
&gt; &gt; Thanks in advance<br>
&gt; &gt;<br>
&gt; &gt; Tom<br>
&gt; &gt; -------------- next part --------------<br>
&gt; &gt; An HTML attachment was scrubbed...<br>
&gt; &gt; URL:<br>
&gt;<br>
<a href="http://www.shrubbery.net/pipermail/tac_plus/attachments/20090803/0eb0a14%0Ad/attachment.html" target="_blank">http://www.shrubbery.net/pipermail/tac_plus/attachments/20090803/0eb0a14<br>
d/attachment.html</a><br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; tac_plus mailing list<br>
&gt; &gt; <a href="mailto:tac_plus@shrubbery.net">tac_plus@shrubbery.net</a><br>
&gt; &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>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL:<br>
</div></div><a href="http://www.shrubbery.net/pipermail/tac_plus/attachments/20090804/5fb5440" target="_blank">http://www.shrubbery.net/pipermail/tac_plus/attachments/20090804/5fb5440</a><br>
<div><div></div><div class="h5">4/attachment.html<br>
_______________________________________________<br>
tac_plus mailing list<br>
<a href="mailto:tac_plus@shrubbery.net">tac_plus@shrubbery.net</a><br>
<a href="http://www.shrubbery.net/mailman/listinfo.cgi/tac_plus" target="_blank">http://www.shrubbery.net/mailman/listinfo.cgi/tac_plus</a><br>
</div></div></blockquote></div><br>