<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Error reading ldif file"]]></title>
		<link>http://www.ldapsoft.com/forum/posts/list/7.page</link>
		<description><![CDATA[Latest messages posted in the topic "Error reading ldif file"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Error reading ldif file</title>
				<description><![CDATA[ I am trying to change the userPassword attribute of a user.  I tried putting one entry in an ldif file, listed below.  When I import the file, I get:  "Error: Unable to Read the fileC:\temp\LDAP\chpw.ldif"<br /> <br /> The update does not take affect.<br /> <br /> dn: uid=D102559,ou=People,o=jpmorgan.com<br /> changetype: modify<br /> replace: userPassword<br /> userPassword: testpw01]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/10/20.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/10/20.page</link>
				<pubDate><![CDATA[Tue, 5 Aug 2008 16:30:59]]> GMT</pubDate>
				<author><![CDATA[ Matthew]]></author>
			</item>
			<item>
				<title>Re:Error reading ldif file</title>
				<description><![CDATA[ Actually the error is not the file read error but you are missing the "-" at the end<br /> <br /> It should look like this - make sure that you don't have any space after "-"<br /> <br /> dn: uid=D102559,ou=People,o=jpmorgan.com<br /> changetype: modify <br /> replace: userPassword <br /> userPassword: testpw01 <br /> -]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/10/23.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/10/23.page</link>
				<pubDate><![CDATA[Tue, 5 Aug 2008 17:31:08]]> GMT</pubDate>
				<author><![CDATA[ support]]></author>
			</item>
			<item>
				<title>Re:Error reading ldif file</title>
				<description><![CDATA[ That worked.  Thank you very much!<br /> <br /> And I also see that you need a - in between each enty and a blank line before each dn: entry when you want to update multiple entries.]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/10/26.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/10/26.page</link>
				<pubDate><![CDATA[Tue, 5 Aug 2008 17:59:48]]> GMT</pubDate>
				<author><![CDATA[ Matthew]]></author>
			</item>
	</channel>
</rss>