<?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>The user belongs to security domain “SystemDomain” &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/tag/the-user-belongs-to-security-domain-systemdomain/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Sun, 15 May 2011 11:21:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>
	<item>
		<title>Install and configure RSA web agent with Redhat EL5 and Apache</title>
		<link>https://arunns.net/install-and-configure-rsa-web-agent-with-redhat-el5-and-apache/</link>
					<comments>https://arunns.net/install-and-configure-rsa-web-agent-with-redhat-el5-and-apache/#comments</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Sun, 15 May 2011 11:21:44 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[RSA]]></category>
		<category><![CDATA[Linux RSA web interface]]></category>
		<category><![CDATA[RSA web interface for Redhat]]></category>
		<category><![CDATA[The user belongs to security domain “SystemDomain”]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=461</guid>

					<description><![CDATA[Login to RSA interface: &#8211; Create the apache server as agent host with type web agent &#8211; Generate the config file (zip file containing sdconf.rec) from RSA interface, and download to your local machine Login to the web server &#8211; Download the RSA web agent installation files from RSA website. # mkdir -p /var/ace &#8211; [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="../wp-content/uploads/2011/05/Screen-shot-2011-05-15-at-2.25.37-PM.png"><img decoding="async" title="Screen shot 2011-05-15 at 2.25.37 PM" src="../wp-content/uploads/2011/05/Screen-shot-2011-05-15-at-2.25.37-PM.png" alt="" width="198" height="91" /></a></p>
<p><strong>Login to RSA interface:</strong></p>
<p>&#8211; Create the apache server as agent host with type web agent<br />
&#8211; Generate the config file (zip file containing sdconf.rec) from RSA interface, and download to your local machine</p>
<p><strong>Login to the web server</strong></p>
<p>&#8211; Download the RSA web agent installation files from RSA website.</p>
<p><code># mkdir -p /var/ace</code></p>
<p>&#8211; Copy and extract (sdconf.rec) the downloaded config file<br />
<code># chmod 755 sdconf.rec</code></p>
<p>&#8211; Create the sdopts.rec file with the ip address of the machine, if you have multiple ip address assigned to the server or if the RSA we agent is a virtual machine. Otherwise the authentication might break with following kind of errors<br />
<em>&#8220;100: Access denied. The RSA ACE/Server rejected the Passcode. Please try again.&#8221; , &#8220;attempted to authenticate using authenticator “SecurID_Native”. The user belongs to security domain “SystemDomain”&#8221;</em></p>
<p><code># echo "CLIENT_IP=" &gt; sdopts.rec</code><br />
<code># chown -R webuser:webuser /var/ace</code></p>
<p>&#8211; Now install the RSA web agent</p>
<p><code># tar xvf WebAgent_70_Apache_RHEL5_32_379_08201024.tar<br />
# cd CD/<br />
# chmod u+x install<br />
# ./install</code></p>
<p>&#8211; Enter the location of sdconf.rec</p>
<p>&#8211; Configure the apache virtual host</p>
<p>It was found that web agent breaks if apache starts multiple server thread, so would be better to limit the thread.</p>
<p><code>&lt; IfModule prefork.c &gt;<br />
StartServers       1<br />
MinSpareServers    1<br />
MaxSpareServers    1<br />
ServerLimit      256<br />
MaxClients       256<br />
MaxRequestsPerChild  4000<br />
&lt; /IfModule &gt;</code></p>
<p>&#8211; Now start apache and you will be able to access the RSA web interface.</p>
<p>Once authenticated, the RSA server will create a node secret for the agent host and will be copied automatically to the web server.</p>
<p>This web interface is mainly useful for the token users to reset or enable to token assigned to him.</p>
<p>./arun</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/install-and-configure-rsa-web-agent-with-redhat-el5-and-apache/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
