<?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>Personal Blog of Emre Yaşar &#187; RBAC</title>
	<atom:link href="http://www.yasars.com/index.php/tag/rbac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yasars.com</link>
	<description>A bit technical, a bit lifestyle..</description>
	<lastBuildDate>Tue, 27 Apr 2010 19:55:21 +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>BoKS &#8211; Getting -sorry- Answer After -suexec- Attempt</title>
		<link>http://www.yasars.com/index.php/2009/10/20/boks_getting_sorry_answer_after_suexec_attempt/</link>
		<comments>http://www.yasars.com/index.php/2009/10/20/boks_getting_sorry_answer_after_suexec_attempt/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 20:30:17 +0000</pubDate>
		<dc:creator>Admin - Emre Yasar</dc:creator>
				<category><![CDATA[BoKS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[FoxT]]></category>
		<category><![CDATA[RBAC]]></category>
		<category><![CDATA[sorry]]></category>
		<category><![CDATA[suexec]]></category>

		<guid isPermaLink="false">http://www.yasars.com/?p=289</guid>
		<description><![CDATA[
If you are getting “Sorry” response after  trying suexec, /etc/hosts file must be first place you are  looking.
emreyasar@testserver:~&#62;  /opt/boksm/bin/suexec cat /etc/shadow
Sorry
Let’s look at /etc/hosts  file..
emreyasar@testserver:~&#62; cat  /etc/hosts
 127.0.0.1        localhost
 192.168.1.20    testserver.ford.com.tr
10.10.100.2     testserver.ford.com.tr  testserver



The IP address of BoKS Master server is  192.168.1.20
As you see there are 2 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-290" title="AccessControl1Web" src="http://www.yasars.com/wp-content/uploads/2009/10/AccessControl1Web-200x300.jpg" alt="AccessControl1Web" width="200" height="300" /></p>
<p>If you are getting “Sorry” response after  trying suexec, /etc/hosts file must be first place you are  looking.</p>
<p><em>emreyasar@testserver:~&gt;  /opt/boksm/bin/suexec cat /etc/shadow</em></p>
<p><em>Sorry</em></p>
<p>Let’s look at /etc/hosts  file..</p>
<p><em>emreyasar@testserver:~&gt; cat  /etc/hosts</em></p>
<p><em> 127.0.0.1        localhost</em></p>
<p><em> 192.168.1.20    testserver.ford.com.tr</em></p>
<p><em>10.10.100.2     testserver.ford.com.tr  testserver</em></p>
<p><em><br />
</em></p>
<p><span id="more-289"></span></p>
<p>The IP address of BoKS Master server is  192.168.1.20</p>
<p>As you see there are 2 interfaces on the  server. One of them (10.10.100.2) is on private (interlink, iscsi, etc..)  network.</p>
<p>As you know, usually,  there are at least  3  columns at /etc/hosts file</p>
<p>IP_ADDRESS      CANONICAL_HOST_NAME          ALIASES</p>
<p><strong>Here is the key:</strong></p>
<p>If you set an alias ,which is as BoKS host  database, to a private (non-reachable from BoKS Master server) interface, you  won’t achieve to make suexec or other BoKS related operation on that  server.</p>
<p><strong>Conclusion:</strong></p>
<p><strong> Set hostname alias to an interface which is  reachable from BoKS Master server at /etc/hosts file.</strong></p>
<p>True /etc/hosts file must be like  this:</p>
<p><em>emreyasar@testserver:~&gt; cat  /etc/hosts</em></p>
<p><em>127.0.0.1        localhost</em></p>
<p><em>192.168.1.20   testserver.ford.com.tr      testserver</em></p>
<p><em>10.10.100.2     testserver.ford.com.tr</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yasars.com/index.php/2009/10/20/boks_getting_sorry_answer_after_suexec_attempt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BoKS &#8211; Access Control for Servers Knowledgebase</title>
		<link>http://www.yasars.com/index.php/2009/10/20/boks-access-control-for-servers-knowledgebase/</link>
		<comments>http://www.yasars.com/index.php/2009/10/20/boks-access-control-for-servers-knowledgebase/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 20:11:10 +0000</pubDate>
		<dc:creator>Admin - Emre Yasar</dc:creator>
				<category><![CDATA[BoKS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[BeyondTrust]]></category>
		<category><![CDATA[eTrust]]></category>
		<category><![CDATA[FoxT]]></category>
		<category><![CDATA[Linux Acess Control]]></category>
		<category><![CDATA[PowerBroker]]></category>
		<category><![CDATA[RBAC]]></category>
		<category><![CDATA[Symark]]></category>

		<guid isPermaLink="false">http://www.yasars.com/?p=284</guid>
		<description><![CDATA[
This topic will be dedicated just for  BoKS  Server Manager application issues and experiences.
BoKS is an access control and auditing tool  for especially Linux/Unix servers and also for Windows servers and applications  and desktops.
If you want to apply “separation of duties”  rudiment for system administrators on Linux/Unix servers you have to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-285" title="accesscontrol3" src="http://www.yasars.com/wp-content/uploads/2009/10/accesscontrol3-190x300.jpg" alt="accesscontrol3" width="190" height="300" /></p>
<p>This topic will be dedicated just for  BoKS  Server Manager application issues and experiences.</p>
<p>BoKS is an access control and auditing tool  for especially Linux/Unix servers and also for Windows servers and applications  and desktops.</p>
<p>If you want to apply “separation of duties”  rudiment for system administrators on Linux/Unix servers you have to supply a  role based acces control (RBAC) mechanism on servers.</p>
<p>And you have to consider RBAC especially on  S-Ox servers.</p>
<p>Traditional ‘sudo’ mechanism is not enough  for supplying RBAC.</p>
<p>So you have to prefer a 3<sup>rd</sup> party  application for this purpose.</p>
<p><span id="more-284"></span></p>
<p>There is not many alternative products about  supplying RBAC and auditing on Linux/Unix servers at the  market.</p>
<p>Some of them are: <a title="http://www.ca.com/us/access-control.aspx" href="http://www.ca.com/us/access-control.aspx" target="_blank">eTrust Access Control (CA)</a>,  <a title="http://www.beyondtrust.com/products/pboverview.asp" href="http://www.beyondtrust.com/products/pboverview.asp" target="_blank">Power Broker  (beyondtrust – Formerly Known As Symark)</a>, <a title="http://www.foxt.com/products/bacs.html" href="http://www.foxt.com/products/bacs.html" target="_blank">BoKS Server Manager  (FoxT)</a></p>
<p>We use BoKS in our company and I will be  sharing some features, some issues and their solutions, some helpful commands,  etc.</p>
<p>Briefly, you may find any interesting thing  about BoKS here.</p>
<p>OK. It’s enough the story part. Let’s be a  bit technical..</p>
<p>The first topic about BoKS is  <a href="http://www.yasars.com/index.php/2009/10/20/boks_getting_sorry_answer_after_suexec_attempt/">here</a>..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yasars.com/index.php/2009/10/20/boks-access-control-for-servers-knowledgebase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

