<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TACACS+ stuff &#187; Juniper</title>
	<atom:link href="http://tacacs.org/category/juniper/feed/" rel="self" type="application/rss+xml" />
	<link>http://tacacs.org</link>
	<description>Casting Light on the Dark Art of TACACS+</description>
	<lastBuildDate>Thu, 27 Oct 2011 21:04:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Managing ScreenOS firewalls with TACACS+</title>
		<link>http://tacacs.org/2008/10/16/managing-screenos-firewalls-with-tacacs/</link>
		<comments>http://tacacs.org/2008/10/16/managing-screenos-firewalls-with-tacacs/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 15:25:44 +0000</pubDate>
		<dc:creator>jpayne</dc:creator>
				<category><![CDATA[Juniper]]></category>
		<category><![CDATA[ScreenOS]]></category>
		<category><![CDATA[ISG]]></category>
		<category><![CDATA[NetScreen]]></category>
		<category><![CDATA[SSG]]></category>

		<guid isPermaLink="false">http://blogs.sackheads.org/jpayne/?p=31</guid>
		<description><![CDATA[This snippet is tested against &#8220;recent&#8221; Shrubbery tac_plus daemons as of the date of the post.
 
ScreenOS 6.0+ users may have noticed that you can now configure TACACS+ servers to authenticate admin users.  I&#8217;ll skip over the details, except to say that as of 6.1.0r3, failover isn&#8217;t working to either of the backup servers that [...]]]></description>
			<content:encoded><![CDATA[<p>This snippet is tested against &#8220;recent&#8221; Shrubbery tac_plus daemons as of the date of the post.</p>
<p> </p>
<p>ScreenOS 6.0+ users may have noticed that you can now configure TACACS+ servers to authenticate admin users.  I&#8217;ll skip over the details, except to say that as of 6.1.0r3, failover isn&#8217;t working to either of the backup servers that you can configure, so use with care.<br />
Also note that this is authentication only, no accounting or authorization (except for privilege levels).</p>
<p>ScreenOS needs a specific service in TACACS+ to authenticate.  You can put this in a group or user stanza:</p>
<pre>service = netscreen {
vsys = root
privilege = read-write
}</pre>
<p>The vsys specifies which vsys that user is allowed to.  If you only have one, it&#8217;s &#8220;root&#8221;.<br />
privilege can be read-write, read-only or root.   As far as I can tell, root allows you to manage local users and mess with nsrp.  Otherwise read-write gets most things done.  If you&#8217;re specifying a non-root vsys, you can also assign vsys-read-write or vsys-read-only as privileges.</p>

[ad#footer]
]]></content:encoded>
			<wfw:commentRss>http://tacacs.org/2008/10/16/managing-screenos-firewalls-with-tacacs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

