<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest topics for the forum "Report Bugs"]]></title>
		<link>http://www.ldapsoft.com/forum/forums/show/7.page</link>
		<description><![CDATA[The newest discussed topics in the forum "Report Bugs"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Processor Utilization Bug</title>
				<description><![CDATA[ I have noticed a bug within both the LDAP Admin tool and the LDAP Browser tool.  If you leave the application open, and your connection to the LDAP server times out, the processor utilization of the software goes up to 100%.  If you close the connection tab, or the application, the processor utilization goes back to normal.  Is this something that can be fixed easily?  I noticed it in the 2.10 version, but forgot to report it.  I upgraded to the 3.2 version today, but the same issue exists.<br /> <br /> Thanks!]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/50/179.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/50/179.page</link>
				<pubDate><![CDATA[Mon, 8 Jun 2009 19:43:57]]> GMT</pubDate>
				<author><![CDATA[ jvanderb]]></author>
			</item>
			<item>
				<title>Unix Date Time Editor displaying wrong time</title>
				<description><![CDATA[ I am trying to edit some samba entries using Unix DateTime Editor and it is displaying wrong values.]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/39/153.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/39/153.page</link>
				<pubDate><![CDATA[Wed, 28 Jan 2009 22:41:58]]> GMT</pubDate>
				<author><![CDATA[ cjonath]]></author>
			</item>
			<item>
				<title>LDIF Export Bug</title>
				<description><![CDATA[ When I try to export an LDIF of an OU in our LDAP Directory, there is a small issue with an attribute in one of the entities.  The attribute name is 'presentationlabel' and the actual value is '<BR>Sign Out'.  When the LDIF is exported using the LDAPSOFT LDAP Admin tool, the line comes out like this:<br /> <br /> [code]presentationlabel:: PEJSPlNpZ24gT3V0[/code]<br /> <br /> When exported using a competing LDAP Browser product, it comes out correctly.  Not sure what the issue is, but seems like it might be a bug.  I am not 100% sure this is the only occurance, but the only one I have seen so far.<br /> <br /> Thanks!]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/37/146.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/37/146.page</link>
				<pubDate><![CDATA[Mon, 19 Jan 2009 20:30:24]]> GMT</pubDate>
				<author><![CDATA[ jvanderb]]></author>
			</item>
			<item>
				<title>Update check error</title>
				<description><![CDATA[ When I check for updates using the LDAP Admin tool, I get the following error:<br /> <br /> [code]Invalid updates configuration file.  The first line of the .INI file should be ";aiu;".[/code]<br /> <br /> Not sure what the issue is, but I've checked manually for updates and there aren't any.  <br /> <br /> Thanks!]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/25/109.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/25/109.page</link>
				<pubDate><![CDATA[Wed, 7 Jan 2009 17:30:10]]> GMT</pubDate>
				<author><![CDATA[ jvanderb]]></author>
			</item>
			<item>
				<title>cannot build equivalent search using SQL?</title>
				<description><![CDATA[ I am having trouble translating a working LDAP query into <br /> something equivalent in the SQL editor.  My reason for wanting<br /> this is to get control over which attributes are displayed in the <br /> search results.<br /> <br /> my "normal" search uses this criteria:<br /> <br /> Search Base: [  ou=People,o=my.com  ]<br /> <br /> Filter Preview: [  (&(JobFunctionCode=LRD)(buildingName=mycity*))<br /> <br /> Running this search correctly returns a list of 40 -some odd matching entries<br /> <br /> <br /> I cannot duplicate this query in SQL ... problem (I think) is in the syntax<br /> for the "FROM" clause.  <br /> <br /> I've tried "FROM dc=my,dc=com" w/ no results.<br /> <br /> What is the proper syntax to use to correctly specify the target of my FROM clause?<br /> <br /> Thanks!<br /> Paul<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/21/100.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/21/100.page</link>
				<pubDate><![CDATA[Wed, 3 Dec 2008 19:58:46]]> GMT</pubDate>
				<author><![CDATA[ PaulG]]></author>
			</item>
			<item>
				<title>Error doing update via SQL</title>
				<description><![CDATA[ I am trying to update the userPassword attribute for decendendant objects.  I used the following sql:<br /> <br /> UPDATE ou=People,o=jpmorgan.com  SET userPassword = {SHA}yfmXWU8UG+QskqZgFjRr1BJiuTE=  subtreescope<br /> <br /> It did find all the entries, processed them, and said successfully updated.  However, when I go back to verify the userPassword attribute, it is not the value that I set.  I aslo know that it did update the value becuse the old value is not the same.  So it has updated the value, but I don't know to what.<br /> <br /> Also, when browsing the table view, I see that the value has been updated not to the exact value I specified, but rather to another value using SSHA.<br /> <br /> I also tried the same update without specifying any encrytion as follows but I got the same results as above.<br /> <br /> UPDATE ou=People,o=jpmorgan.com  SET userPassword = testpw01  subtreescope<br /> ]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/11/21.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/11/21.page</link>
				<pubDate><![CDATA[Tue, 5 Aug 2008 16:47:02]]> GMT</pubDate>
				<author><![CDATA[ Matthew]]></author>
			</item>
			<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>
	</channel>
</rss>