<?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>LDAP &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/tag/ldap/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Tue, 14 Jun 2011 12:59:21 +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>Racktable, Apache+LDAP authentication</title>
		<link>https://arunns.net/racktable-apacheldap-authentication/</link>
					<comments>https://arunns.net/racktable-apacheldap-authentication/#respond</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Tue, 14 Jun 2011 12:59:21 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[Racktables]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=537</guid>

					<description><![CDATA[Login to the Rack tables as admin: Add the following line under configuration&#8211;&#62; permission allow {$tab_default} * This is for read only account, assign extra permissions if required Configure Apache + LDAP &#60; Directory /var/www/racktables &#62; Options +Indexes FollowSymLinks MultiViews DirectoryIndex index.php AuthName "Rack Tables" AuthType Basic AuthBasicProvider ldap AuthzLDAPAuthoritative on AuthLDAPURL "ldaps://ldaphost.com/dc=company,dc=com?uid?sub?(objectClass=&#60; depends_on_ldap &#62;)" [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong>Login to the Rack tables as admin:</strong></p>
<p>Add the following line under configuration&#8211;&gt; permission</p>
<blockquote><p><code>allow {$tab_default}</code></p></blockquote>
<p>* This is for read only account, assign extra permissions if required</p>
<p><strong>Configure Apache + LDAP</strong></p>
<blockquote><p><code> &lt; Directory /var/www/racktables &gt;<br />
Options +Indexes FollowSymLinks MultiViews<br />
DirectoryIndex index.php<br />
AuthName "Rack Tables"<br />
AuthType Basic<br />
AuthBasicProvider ldap<br />
AuthzLDAPAuthoritative on<br />
AuthLDAPURL "ldaps://ldaphost.com/dc=company,dc=com?uid?sub?(objectClass=&lt; depends_on_ldap &gt;)"</code></p>
<p><code> </code></p>
<p><code> # Bind if required<br />
AuthLDAPBindDN  "uid=userid,ou=people,dc=company,dc=com"<br />
AuthLDAPBindPassword "xxxxxx"<br />
AuthLDAPGroupAttribute uniqueMember<br />
AuthLDAPGroupAttributeIsDN on<br />
require ldap-group cn=group_name,dc=company,dc=com<br />
require ldap-attribute cn=group-name-allowed<br />
&lt; /Directory &gt;</code></p></blockquote>
<p><em>* Most of LDAP configs based on your setup</em></p>
<p><strong>Configure Rack Tables:</strong></p>
<p><strong> </strong>Edit the inc/secret.php</p>
<p>Set :</p>
<blockquote><p><code>$user_auth_src = 'httpd';<br />
$require_local_account = FALSE;</code></p></blockquote>
<p><strong> </strong><em>NOTE: to get the logout working properly make sure the Apache AuthName matches with the one configured for Rack tables authentication.</em></p>
<p><strong> </strong><strong> </strong>Referene : <a href="http://sourceforge.net/apps/mediawiki/racktables/index.php?title=RackTablesAdminGuide" target="_blank" rel="noopener">http://sourceforge.net/apps/mediawiki/racktables/index.php?title=RackTablesAdminGuide</a></p>
<p>Reference</p>
<p><strong> </strong>./arun</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/racktable-apacheldap-authentication/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
