<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for TACACS+ stuff</title>
	<atom:link href="http://tacacs.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tacacs.org</link>
	<description>Casting Light on the Dark Art of TACACS+</description>
	<lastBuildDate>Thu, 08 Sep 2011 03:11:00 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Easier Tacacs Configurations with do_auth by helpdeskdan</title>
		<link>http://tacacs.org/2009/09/26/easy-tacacs-control-with-do_auth/comment-page-1/#comment-2539</link>
		<dc:creator>helpdeskdan</dc:creator>
		<pubDate>Thu, 08 Sep 2011 03:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sackheads.org/tacacsplus/?p=60#comment-2539</guid>
		<description>&lt;p&gt;Sry 4 late reply, didn&#039;t see comment.  This is easy, put the commands you want to deny in command&lt;em&gt;deny section, and put a .* in command&lt;/em&gt;permit.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sry 4 late reply, didn&#8217;t see comment.  This is easy, put the commands you want to deny in command<em>deny section, and put a .* in command</em>permit.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Misc TACACS+ questions by helpdeskdan</title>
		<link>http://tacacs.org/2011/07/06/misc-tacacs-questions/comment-page-1/#comment-2435</link>
		<dc:creator>helpdeskdan</dc:creator>
		<pubDate>Fri, 05 Aug 2011 20:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://tacacs.org/?p=114#comment-2435</guid>
		<description>&lt;p&gt;Anybody know what happened to the code in all my posts?  It&#039;s completely unreadable, like the endlines all got munged.  I haven&#039;t posted much because I didn&#039;t think people used do_auth. &lt;/p&gt;

&lt;p&gt;To quickly answer some questions:
- I did do&lt;em&gt;auth, not tac&lt;/em&gt;plus.  Tac&lt;em&gt;Plus questions go to the listserv.  I advise you not bother John Heasley with questions, nor the list until you have consulted a search engine and the documentation.
- Junos - don&#039;t see why not.  Going to be getting some, I&#039;ll test it. 
- Why would you bother with a priv level 10?  You&#039;re running tac&lt;/em&gt;plus, not radius, put the commands in the tacacs config and use authorization.
- You don&#039;t need do&lt;em&gt;auth to deny access to lo0, but I think it&#039;s easier.  Add interface loopback 0 to the command&lt;/em&gt;deny statement, and interface.* to the command permit.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Anybody know what happened to the code in all my posts?  It&#8217;s completely unreadable, like the endlines all got munged.  I haven&#8217;t posted much because I didn&#8217;t think people used do_auth. </p>

<p>To quickly answer some questions:
- I did do<em>auth, not tac</em>plus.  Tac<em>Plus questions go to the listserv.  I advise you not bother John Heasley with questions, nor the list until you have consulted a search engine and the documentation.
- Junos &#8211; don&#8217;t see why not.  Going to be getting some, I&#8217;ll test it. 
- Why would you bother with a priv level 10?  You&#8217;re running tac</em>plus, not radius, put the commands in the tacacs config and use authorization.
- You don&#8217;t need do<em>auth to deny access to lo0, but I think it&#8217;s easier.  Add interface loopback 0 to the command</em>deny statement, and interface.* to the command permit.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Misc TACACS+ questions by Eric Krichbaum</title>
		<link>http://tacacs.org/2011/07/06/misc-tacacs-questions/comment-page-1/#comment-2419</link>
		<dc:creator>Eric Krichbaum</dc:creator>
		<pubDate>Mon, 01 Aug 2011 20:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://tacacs.org/?p=114#comment-2419</guid>
		<description>&lt;p&gt;Is there an in-depth example of do&lt;em&gt;auth.ini?  Specifically, what I want to do is a command&lt;/em&gt;deny for interface loopback0 while allowing all other interfaces to be modified in config mode.&lt;/p&gt;

&lt;p&gt;Thanks,
Eric&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is there an in-depth example of do<em>auth.ini?  Specifically, what I want to do is a command</em>deny for interface loopback0 while allowing all other interfaces to be modified in config mode.</p>

<p>Thanks,
Eric</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easier Tacacs Configurations with do_auth by Ivan</title>
		<link>http://tacacs.org/2009/09/26/easy-tacacs-control-with-do_auth/comment-page-1/#comment-2414</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Sun, 31 Jul 2011 21:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sackheads.org/tacacsplus/?p=60#comment-2414</guid>
		<description>&lt;p&gt;Hi Dan,&lt;/p&gt;

&lt;p&gt;how can i write only several commands which I want to deny.
for example I want to deny those commands:
no ip route 
interface gig 0/0
no aaa authentication login default group tacacs+ local
no aaa authorization exec default group tacacs+ if-authenticated 
really thanks for support.
Ivan.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Dan,</p>

<p>how can i write only several commands which I want to deny.
for example I want to deny those commands:
no ip route 
interface gig 0/0
no aaa authentication login default group tacacs+ local
no aaa authorization exec default group tacacs+ if-authenticated 
really thanks for support.
Ivan.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Misc TACACS+ questions by jpayne</title>
		<link>http://tacacs.org/2011/07/06/misc-tacacs-questions/comment-page-1/#comment-2387</link>
		<dc:creator>jpayne</dc:creator>
		<pubDate>Mon, 25 Jul 2011 15:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://tacacs.org/?p=114#comment-2387</guid>
		<description>&lt;p&gt;Ah, sorry. There&#039;s some links on &lt;a href=&quot;http://www.shrubbery.net/tac_plus/&quot; rel=&quot;nofollow&quot;&gt;http://www.shrubbery.net/tac_plus/&lt;/a&gt;. If that&#039;s not enough, there&#039;s a strong body of knowledge on the mailing list. &lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ah, sorry. There&#8217;s some links on <a href="http://www.shrubbery.net/tac_plus/" rel="nofollow">http://www.shrubbery.net/tac_plus/</a>. If that&#8217;s not enough, there&#8217;s a strong body of knowledge on the mailing list. </p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Misc TACACS+ questions by David</title>
		<link>http://tacacs.org/2011/07/06/misc-tacacs-questions/comment-page-1/#comment-2385</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 24 Jul 2011 17:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://tacacs.org/?p=114#comment-2385</guid>
		<description>&lt;p&gt;JPAYNE, &lt;/p&gt;

&lt;p&gt;This site shows how to setup a TACACS server on FreeBSD I want my FreeBSD to authenticate to a TACACS server running on a Cisco appliance, and I am looking the steps to do so, maybe syntax for tacplus.conf and the /etc/pam.d/ files&lt;/p&gt;

&lt;p&gt;&quot;http://joe-ma-how-to.blogspot.com/2008/05/tacacs-install-and-config-guide.html&quot;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>JPAYNE, </p>

<p>This site shows how to setup a TACACS server on FreeBSD I want my FreeBSD to authenticate to a TACACS server running on a Cisco appliance, and I am looking the steps to do so, maybe syntax for tacplus.conf and the /etc/pam.d/ files</p>

<p>&#8220;http://joe-ma-how-to.blogspot.com/2008/05/tacacs-install-and-config-guide.html&#8221;</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Misc TACACS+ questions by jpayne</title>
		<link>http://tacacs.org/2011/07/06/misc-tacacs-questions/comment-page-1/#comment-2373</link>
		<dc:creator>jpayne</dc:creator>
		<pubDate>Thu, 21 Jul 2011 15:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://tacacs.org/?p=114#comment-2373</guid>
		<description>&lt;p&gt;http://joe-ma-how-to.blogspot.com/2008/05/tacacs-install-and-config-guide.html&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="http://joe-ma-how-to.blogspot.com/2008/05/tacacs-install-and-config-guide.html" rel="nofollow">http://joe-ma-how-to.blogspot.com/2008/05/tacacs-install-and-config-guide.html</a></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Misc TACACS+ questions by David</title>
		<link>http://tacacs.org/2011/07/06/misc-tacacs-questions/comment-page-1/#comment-2371</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 21 Jul 2011 13:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://tacacs.org/?p=114#comment-2371</guid>
		<description>&lt;p&gt;Can someone point me in the direction where I can find the steps to configure my FreeBSD to authenticate to TACACS+.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Can someone point me in the direction where I can find the steps to configure my FreeBSD to authenticate to TACACS+.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Misc TACACS+ questions by jpayne</title>
		<link>http://tacacs.org/2011/07/06/misc-tacacs-questions/comment-page-1/#comment-2331</link>
		<dc:creator>jpayne</dc:creator>
		<pubDate>Mon, 11 Jul 2011 13:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://tacacs.org/?p=114#comment-2331</guid>
		<description>&lt;p&gt;christophe - putting a backup script in logrotate is one option: http://www.scriptinstallation.in/logrotate.html&lt;/p&gt;

&lt;p&gt;Why would you want to change the default port?  I don&#039;t believe I&#039;ve ever seen the option to specify the port number on network devices.
In any case, the -p command line option to tac_plus allows you to specify the port to listen on.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>christophe &#8211; putting a backup script in logrotate is one option: <a href="http://www.scriptinstallation.in/logrotate.html" rel="nofollow">http://www.scriptinstallation.in/logrotate.html</a></p>

<p>Why would you want to change the default port?  I don&#8217;t believe I&#8217;ve ever seen the option to specify the port number on network devices.
In any case, the -p command line option to tac_plus allows you to specify the port to listen on.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Misc TACACS+ questions by jpayne</title>
		<link>http://tacacs.org/2011/07/06/misc-tacacs-questions/comment-page-1/#comment-2311</link>
		<dc:creator>jpayne</dc:creator>
		<pubDate>Fri, 08 Jul 2011 00:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://tacacs.org/?p=114#comment-2311</guid>
		<description>&lt;p&gt;Hi Barnaby
See the do_auth stuff that Dan has posted about. That&#039;s your best bet :)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;John&lt;/li&gt;
&lt;/ul&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Barnaby
See the do_auth stuff that Dan has posted about. That&#8217;s your best bet <img src='http://tacacs.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<ul>
<li>John</li>
</ul>]]></content:encoded>
	</item>
</channel>
</rss>

