<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: Test LDAP service upgraded &#8211; now with branches</title>
	<atom:link href="http://blog.stuartlewis.com/2008/08/18/test-ldap-service-upgraded-now-with-branches/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stuartlewis.com/2008/08/18/test-ldap-service-upgraded-now-with-branches/</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 09:45:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Suresh</title>
		<link>http://blog.stuartlewis.com/2008/08/18/test-ldap-service-upgraded-now-with-branches/comment-page-1/#comment-4902</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Fri, 15 Jul 2011 10:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=105#comment-4902</guid>
		<description>Can i use SASL authentication instead of Simple authentication? I am not able to get the same command with my test LDAP server and I suspect it is because it does not suppot simple authentication.

I would like to know the syntax of the same ldapsearch command with SASL authentication.</description>
		<content:encoded><![CDATA[<p>Can i use SASL authentication instead of Simple authentication? I am not able to get the same command with my test LDAP server and I suspect it is because it does not suppot simple authentication.</p>
<p>I would like to know the syntax of the same ldapsearch command with SASL authentication.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://blog.stuartlewis.com/2008/08/18/test-ldap-service-upgraded-now-with-branches/comment-page-1/#comment-4883</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Sat, 02 Jul 2011 05:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=105#comment-4883</guid>
		<description>Success!

I had to add the base dn flag as follows:

-b &quot;OU=users,DC=testathon,DC=net&quot;</description>
		<content:encoded><![CDATA[<p>Success!</p>
<p>I had to add the base dn flag as follows:</p>
<p>-b &#8220;OU=users,DC=testathon,DC=net&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://blog.stuartlewis.com/2008/08/18/test-ldap-service-upgraded-now-with-branches/comment-page-1/#comment-4882</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Sat, 02 Jul 2011 05:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=105#comment-4882</guid>
		<description>Thank you for the message.

I changed the command to:


# ldapsearch -x -h ldap.testathon.net -D &quot;CN=stuart,OU=users,DC=testathon,DC=net&quot; -w stuart &quot;objectclass=*&quot;

and the output is the same.</description>
		<content:encoded><![CDATA[<p>Thank you for the message.</p>
<p>I changed the command to:</p>
<p># ldapsearch -x -h ldap.testathon.net -D &#8220;CN=stuart,OU=users,DC=testathon,DC=net&#8221; -w stuart &#8220;objectclass=*&#8221;</p>
<p>and the output is the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://blog.stuartlewis.com/2008/08/18/test-ldap-service-upgraded-now-with-branches/comment-page-1/#comment-4881</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Fri, 01 Jul 2011 18:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=105#comment-4881</guid>
		<description>Perhaps you need to bind with some credentials, as anonymous binding is not allowed.</description>
		<content:encoded><![CDATA[<p>Perhaps you need to bind with some credentials, as anonymous binding is not allowed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://blog.stuartlewis.com/2008/08/18/test-ldap-service-upgraded-now-with-branches/comment-page-1/#comment-4880</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Fri, 01 Jul 2011 17:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=105#comment-4880</guid>
		<description>I am trying to get some results using the &quot;ldapsearch&quot; utility against your service. It seems to connect but does not get any valid results: The commands I tried are:

# ldapsearch -x -h ldap.testathon.net &quot;objectclass=*&quot;
# ldapsearch -x -h ldap.testathon.net cn

For everything I get:
--------
# extended LDIF
#
# LDAPv3
# base  with scope subtree
# filter: objectclass=*
# requesting: ALL
#

# search result
search: 2
result: 32 No such object

# numResponses: 1
----

What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>I am trying to get some results using the &#8220;ldapsearch&#8221; utility against your service. It seems to connect but does not get any valid results: The commands I tried are:</p>
<p># ldapsearch -x -h ldap.testathon.net &#8220;objectclass=*&#8221;<br />
# ldapsearch -x -h ldap.testathon.net cn</p>
<p>For everything I get:<br />
&#8212;&#8212;&#8211;<br />
# extended LDIF<br />
#<br />
# LDAPv3<br />
# base  with scope subtree<br />
# filter: objectclass=*<br />
# requesting: ALL<br />
#</p>
<p># search result<br />
search: 2<br />
result: 32 No such object</p>
<p># numResponses: 1<br />
&#8212;-</p>
<p>What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seal</title>
		<link>http://blog.stuartlewis.com/2008/08/18/test-ldap-service-upgraded-now-with-branches/comment-page-1/#comment-4555</link>
		<dc:creator>Seal</dc:creator>
		<pubDate>Thu, 23 Dec 2010 14:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=105#comment-4555</guid>
		<description>Yes i have tried many ways, im posting to w2p forums, thank you. Your testathon is very helpfull.</description>
		<content:encoded><![CDATA[<p>Yes i have tried many ways, im posting to w2p forums, thank you. Your testathon is very helpfull.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://blog.stuartlewis.com/2008/08/18/test-ldap-service-upgraded-now-with-branches/comment-page-1/#comment-4554</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Wed, 22 Dec 2010 23:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=105#comment-4554</guid>
		<description>Hi - I&#039;m not sure sorry.  Have you tried using &#039;cn&#039; instead of &#039;uid&#039; in the filter?</description>
		<content:encoded><![CDATA[<p>Hi &#8211; I&#8217;m not sure sorry.  Have you tried using &#8216;cn&#8217; instead of &#8216;uid&#8217; in the filter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seal</title>
		<link>http://blog.stuartlewis.com/2008/08/18/test-ldap-service-upgraded-now-with-branches/comment-page-1/#comment-4553</link>
		<dc:creator>Seal</dc:creator>
		<pubDate>Wed, 22 Dec 2010 23:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=105#comment-4553</guid>
		<description>Hi Stuart, thanks for keeping the test ldap server up !

One question, for testing an application, it ask for LDAP user filter= .... is it fine to add

LDAP user filter=(uid=%USERNAME%)
Where %USERNAME% is supposed to be the username input-box in the login screen.

Its is for web2project specifically. My Sun Directory 5.2 is not working with this and im testing with your ldap. But at this time is not authenticating either.

Thanks for any help.</description>
		<content:encoded><![CDATA[<p>Hi Stuart, thanks for keeping the test ldap server up !</p>
<p>One question, for testing an application, it ask for LDAP user filter= &#8230;. is it fine to add</p>
<p>LDAP user filter=(uid=%USERNAME%)<br />
Where %USERNAME% is supposed to be the username input-box in the login screen.</p>
<p>Its is for web2project specifically. My Sun Directory 5.2 is not working with this and im testing with your ldap. But at this time is not authenticating either.</p>
<p>Thanks for any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.stuartlewis.com/2008/08/18/test-ldap-service-upgraded-now-with-branches/comment-page-1/#comment-3690</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 29 Oct 2010 04:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=105#comment-3690</guid>
		<description>Hi Stuart,

Great resource. I&#039;m just learning ldap and it&#039;s fantastic to have a dummy server to test on.

Cheers,
John</description>
		<content:encoded><![CDATA[<p>Hi Stuart,</p>
<p>Great resource. I&#8217;m just learning ldap and it&#8217;s fantastic to have a dummy server to test on.</p>
<p>Cheers,<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hardik</title>
		<link>http://blog.stuartlewis.com/2008/08/18/test-ldap-service-upgraded-now-with-branches/comment-page-1/#comment-3680</link>
		<dc:creator>Hardik</dc:creator>
		<pubDate>Fri, 15 Oct 2010 13:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=105#comment-3680</guid>
		<description>Hi Stuart

I don&#039;t know why but it is working now.</description>
		<content:encoded><![CDATA[<p>Hi Stuart</p>
<p>I don&#8217;t know why but it is working now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

