<?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/"
		>
<channel>
	<title>Comments on: &#9733; Ldap User Management with Spring LDAP</title>
	<atom:link href="http://blog.javachap.com/index.php/ldap-user-management-with-spring-ldap/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.javachap.com/index.php/ldap-user-management-with-spring-ldap/</link>
	<description>Java and Technology musings for the masses</description>
	<lastBuildDate>Mon, 23 Jan 2012 09:29:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Noman</title>
		<link>http://blog.javachap.com/index.php/ldap-user-management-with-spring-ldap/comment-page-1/#comment-1202</link>
		<dc:creator>Noman</dc:creator>
		<pubDate>Tue, 30 Nov 2010 13:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javachap.com/?p=151#comment-1202</guid>
		<description>hi

i unable to add password with 
personAttributes.put(&quot;userPassword&quot;, &quot;{SHA}&quot; + this.encrypt(contactDTO.getPassword()));

it seem not a required attribute to save user password so that for authentication

i also try that 
 personAttributes.put(&quot;unicodepwd&quot;, this.createUnicodePassword(contactDTO.getPassword()) );

but given error code 53  can u please tell me the correct way to store user password so that he/she login</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>i unable to add password with<br />
personAttributes.put(&#8220;userPassword&#8221;, &#8220;{SHA}&#8221; + this.encrypt(contactDTO.getPassword()));</p>
<p>it seem not a required attribute to save user password so that for authentication</p>
<p>i also try that<br />
 personAttributes.put(&#8220;unicodepwd&#8221;, this.createUnicodePassword(contactDTO.getPassword()) );</p>
<p>but given error code 53  can u please tell me the correct way to store user password so that he/she login</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mourad</title>
		<link>http://blog.javachap.com/index.php/ldap-user-management-with-spring-ldap/comment-page-1/#comment-1152</link>
		<dc:creator>mourad</dc:creator>
		<pubDate>Wed, 20 Oct 2010 08:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javachap.com/?p=151#comment-1152</guid>
		<description>Thanks it is very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks it is very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://blog.javachap.com/index.php/ldap-user-management-with-spring-ldap/comment-page-1/#comment-1145</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Tue, 05 Oct 2010 16:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javachap.com/?p=151#comment-1145</guid>
		<description>Thanks - I was writing something similar whilst new to a lot of things Spring, so this was a nice help.</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; I was writing something similar whilst new to a lot of things Spring, so this was a nice help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faris Ashim</title>
		<link>http://blog.javachap.com/index.php/ldap-user-management-with-spring-ldap/comment-page-1/#comment-1025</link>
		<dc:creator>Faris Ashim</dc:creator>
		<pubDate>Sun, 02 May 2010 17:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javachap.com/?p=151#comment-1025</guid>
		<description>attach your LDIF file please. I&#039;ve tried ur simple Spring LDAP project but i found some error. Thanx</description>
		<content:encoded><![CDATA[<p>attach your LDIF file please. I&#8217;ve tried ur simple Spring LDAP project but i found some error. Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivas</title>
		<link>http://blog.javachap.com/index.php/ldap-user-management-with-spring-ldap/comment-page-1/#comment-973</link>
		<dc:creator>Srinivas</dc:creator>
		<pubDate>Sun, 21 Mar 2010 11:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javachap.com/?p=151#comment-973</guid>
		<description>AppUtils and ServiceUtils are missing. Can you pls add them as well.

Thanks</description>
		<content:encoded><![CDATA[<p>AppUtils and ServiceUtils are missing. Can you pls add them as well.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

