<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jianbian's Blog</title>
	<atom:link href="http://jianbian.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jianbian.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 23 Apr 2009 00:59:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jianbian.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jianbian's Blog</title>
		<link>http://jianbian.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jianbian.wordpress.com/osd.xml" title="Jianbian&#039;s Blog" />
	<atom:link rel='hub' href='http://jianbian.wordpress.com/?pushpress=hub'/>
		<item>
		<title>ApacheDS Installation</title>
		<link>http://jianbian.wordpress.com/2009/04/20/apacheds/</link>
		<comments>http://jianbian.wordpress.com/2009/04/20/apacheds/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 18:50:09 +0000</pubDate>
		<dc:creator>jianbian</dc:creator>
				<category><![CDATA[LDAP]]></category>
		<category><![CDATA[apache directory studio]]></category>
		<category><![CDATA[apacheds]]></category>
		<category><![CDATA[centos]]></category>

		<guid isPermaLink="false">http://jianbian.wordpress.com/2009/04/20/apacheds/</guid>
		<description><![CDATA[OS: CentOS 5.3 64 bit ldap server: Apache Directory 1.5.4 ldap client: Apache Directory Studio 1.4.0 Requirements: Java 5.0+ Step 1: Download and install Java JDK if not installed. You can check your Java version with this command: java -version Output: java version &#8220;1.5.0_18&#8243; Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_18-b02) Java HotSpot(TM) 64-Bit [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jianbian.wordpress.com&amp;blog=7434565&amp;post=1&amp;subd=jianbian&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>OS: <a title="CentOS" href="http://www.centos.org" target="_blank">CentOS</a> 5.3 64 bit</p>
<p>ldap server: <a title="Apache Directory" href="http://directory.apache.org" target="_blank">Apache Directory</a> 1.5.4</p>
<p>ldap client: <a title="Apache Studio" href="http://directory.apache.org/studio/" target="_blank">Apache Directory Studio</a> 1.4.0</p>
<p>Requirements: <a title="Java" href="http://java.sun.com/javase/downloads/index_jdk5.jsp" target="_blank">Java</a> 5.0+</p>
<p><strong>Step 1:</strong> Download and install <a title="Java" href="http://java.sun.com/javase/downloads/index_jdk5.jsp" target="_blank">Java JDK</a> if not installed. You can check your Java version with this command:</p>
<p>java -version</p>
<p><strong>Output:</strong></p>
<p>java version &#8220;1.5.0_18&#8243;<br />
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_18-b02)<br />
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_18-b02, mixed mode)</p>
<p><strong>Step 2:</strong> <a title="Apache Directory Server" href="http://directory.apache.org/apacheds/1.5/download/download-linux-bin.html" target="_blank">Download Apache Directory Server 1.5.x</a></p>
<p>wget http://apache.securedservers.com/directory/apacheds/unstable/1.5/1.5.4/apacheds-1.5.4-x86_64.bin</p>
<p><strong>Step 3:</strong> Add user executive bit to the downloaded file with this command:</p>
<p>chmod u+x apacheds-1.5.4-x86_64.bin</p>
<p><strong>Step 4:</strong> Install Apache Directory Server.</p>
<p>./apacheds-1.5.4-x86_64.bin</p>
<p><strong>Output:</strong></p>
<p>&#8230;.</p>
<p>Do you agree to the above license terms? [yes or no]<br />
<em><strong>yes</strong></em></p>
<p>&#8230;.</p>
<p>Where do you want to install Apache DS? [Default: /opt/apacheds-1.5.4]</p>
<p><em><strong>Press [return] key to accept the default.</strong></em></p>
<p><em>Where do you want to install Apache DS instances? [Default: /var/lib/apacheds-1.5.4]</em></p>
<p><em><strong>Press [return] key to accept the default.</strong></em></p>
<p>What name do you want for the default instance? [Default: default]</p>
<p><em><strong>Press [return] key to accept the default.</strong></em></p>
<p>&#8230;.</p>
<p>Apache DS has been installed successfully.</p>
<p><strong>Step 5:</strong> Start Apache DS service.</p>
<p>/etc/init.d/apacheds-1.5.4-default star<strong>t</strong></p>
<p><strong><br />
Output:</strong></p>
<p>Starting Apache Directory Server &#8211; default&#8230;</p>
<p><strong>Step 6: </strong>Download <a title="Apache Studio" href="http://directory.apache.org/studio/download/download-linux.html" target="_blank">Apache Directory Studio</a>.</p>
<p>wget http://apache.mirrors.tds.net/directory/studio/stable/1.4.0.v20090407/ApacheDirectoryStudio-linux-x86_64-1.4.0.v20090407.tar.gz</p>
<p><strong>Step 7: </strong>Unzip the downloaded file to &#8220;/opt&#8221; direcotry</p>
<p>tar -zxvf ApacheDirectoryStudio-linux-x86_64-1.4.0.v20090407.tar.gz -C /opt</p>
<p><strong>Tip: </strong>Create a link to the directory for ease access.</p>
<p>ln -s /opt/ApacheDirectoryStudio-linux-x86_64-1.4.0.v20090407/ /opt/ads</p>
<p><strong>Step 8:</strong> Start Apache Directory Studio.</p>
<p>/opt/ads/ApacheDirectoryStudio start</p>

<a href='http://jianbian.wordpress.com/2009/04/20/apacheds/ads002/' title='ads002'><img data-attachment-id='16' data-orig-size='938,694' data-liked='0'width="150" height="110" src="http://jianbian.files.wordpress.com/2009/04/ads002.png?w=150&#038;h=110" class="attachment-thumbnail" alt="Apache Directory Studio" title="ads002" /></a>
<a href='http://jianbian.wordpress.com/2009/04/20/apacheds/ads/' title='ads'><img data-attachment-id='33' data-orig-size='1280,735' data-liked='0'width="150" height="86" src="http://jianbian.files.wordpress.com/2009/04/ads.png?w=150&#038;h=86" class="attachment-thumbnail" alt="ads" title="ads" /></a>

<p><strong> Step 9: </strong>Connect to Apache Directory Server.</p>
<p>Connection name: apacheds (your choice)</p>
<p>Hostname: localhost (Apache Directory Server hostname)</p>
<p>port: 10389 (default port number for Apache Directory Server)</p>
<p>Bind DN or user: uid=admin,ou=system (pre-loaded data)</p>
<p>Bind password: secret</p>
<span style="text-align:center; display: block;"><a href="http://jianbian.wordpress.com/2009/04/20/apacheds/"><img src="http://img.youtube.com/vi/38DuxvgSlA4/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jianbian.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jianbian.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jianbian.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jianbian.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jianbian.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jianbian.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jianbian.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jianbian.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jianbian.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jianbian.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jianbian.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jianbian.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jianbian.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jianbian.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jianbian.wordpress.com&amp;blog=7434565&amp;post=1&amp;subd=jianbian&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jianbian.wordpress.com/2009/04/20/apacheds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/483ff7b08d33cae87134311de76d5b25?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jianbian</media:title>
		</media:content>

		<media:content url="http://jianbian.files.wordpress.com/2009/04/ads002.png?w=150" medium="image">
			<media:title type="html">ads002</media:title>
		</media:content>

		<media:content url="http://jianbian.files.wordpress.com/2009/04/ads.png?w=150" medium="image">
			<media:title type="html">ads</media:title>
		</media:content>
	</item>
	</channel>
</rss>
