<?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>Tuts4Tech &#187; openldap</title>
	<atom:link href="http://tuts4tech.net/tag/openldap/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuts4tech.net</link>
	<description>Tech Tutorials</description>
	<lastBuildDate>Tue, 04 May 2010 20:35:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Installing PHPLdapAdmin To Manage Your Ldap Server</title>
		<link>http://tuts4tech.net/2009/07/03/installing-phpldapadmin-to-manage-your-ldap-server/</link>
		<comments>http://tuts4tech.net/2009/07/03/installing-phpldapadmin-to-manage-your-ldap-server/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 17:17:39 +0000</pubDate>
		<dc:creator>Duffy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[openldap]]></category>
		<category><![CDATA[phpldapadmin]]></category>

		<guid isPermaLink="false">http://tuts4tech.net/?p=427</guid>
		<description><![CDATA[I will be using lighttpd as the httpd Install PHPLdapAdmin Move your lighttpd.conf to lighttpd.conf.bak Then download this lighttpd.conf and restart lighttpd You should now be able to login to PHPLdapAdmin at http://server-ip:9090]]></description>
			<content:encoded><![CDATA[<ol>
<li>I will be using lighttpd as the httpd
<pre class="brush: plain; title: ; notranslate">apt-get install lighttpd php5-cgi php5-ldap php5-mhash</pre>
</li>
<li>Install PHPLdapAdmin
<pre class="brush: plain; title: ; notranslate">apt-get install phpldapadmin</pre>
</li>
<li>Move your lighttpd.conf to lighttpd.conf.bak
<pre class="brush: bash; title: ; notranslate">cd /etc/lighttpd
mv lighttpd.conf lighttpd.conf.bak</pre>
<p> Then download <a href="http://tuts4tech.net/files/lighttpd.conf">this lighttpd.conf</a> and restart lighttpd
<pre class="brush: plain; title: ; notranslate">wget tuts4tech.net/files/lighttpd.conf
/etc/init.d/lighttpd restart</pre>
</li>
<li>You should now be able to login to PHPLdapAdmin at http://server-ip:9090</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://tuts4tech.net/2009/07/03/installing-phpldapadmin-to-manage-your-ldap-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

