<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/ldapadmin/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/ldapadmin/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 14 Mar 2021 12:43:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ldapadmin/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#54 Which Delphi-Version</title><link>https://sourceforge.net/p/ldapadmin/bugs/54/?limit=100#45f0</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm using Delphi 10.3 Community Edition.  I fixed the compile error by adding a cast to the second arg in line 417.&lt;/p&gt;
&lt;p&gt;My Version:&lt;/p&gt;
&lt;p&gt;PutLine('dn', PBytes(@Entry.utf8dn&lt;span&gt;[1]&lt;/span&gt;), Length(Entry.utf8dn));&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Nelson</dc:creator><pubDate>Sun, 14 Mar 2021 12:43:49 -0000</pubDate><guid>https://sourceforge.net8f88ba559a72590406598e5ae40093e9739cf23c</guid></item><item><title>Which Delphi-Version</title><link>https://sourceforge.net/p/ldapadmin/bugs/54/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Which Delphi-Version should I use to compile LDAPAdmin?&lt;br/&gt;
I tried with Delphi2010 (failed as String-helper "StartsWith" is used in Config.pas - among other errors.&lt;br/&gt;
Then I tried with Rad Studio 10.4 - here it has issues with PCCERT_CONTEXT in Cert.pas.&lt;br/&gt;
Fixed by changing "uses" order to &lt;br/&gt;
&lt;code&gt;uses WinLdap, Windows, wcrypt2;&lt;/code&gt;&lt;br/&gt;
Then it fails compiling Ldif.pas in line 417, PBytes vs Pointer...&lt;br/&gt;
Before I do that over and over: Which Delphi version should be used to compile it?&lt;br/&gt;
Thanks! R.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ralf Steinhaeusser</dc:creator><pubDate>Thu, 10 Dec 2020 14:09:49 -0000</pubDate><guid>https://sourceforge.nete803da7846117cc03f62b044b97cc3f1b7c94d21</guid></item><item><title>Searchdialog Edit: DN-Syntaxerror from values with commas</title><link>https://sourceforge.net/p/ldapadmin/bugs/53/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It is not possible to "Edit ..." an entry of an object, that has comma in values of the DN, if you try that from a resultline of the searchdialog (but it is possible in the LDAP-Tree). Example attached (LDAPADMIN 32-Bit Version 1.8.3)...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 01 Dec 2019 15:06:49 -0000</pubDate><guid>https://sourceforge.net451788d18b3fe09188263be9a064841fbc5da302</guid></item><item><title>olcAccess modify limited to 255 chars</title><link>https://sourceforge.net/p/ldapadmin/bugs/52/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;olcAccess text value is limited to 255 chars (maybe other attributes is limited too). I have a case that ACL is complex and cannot be modified by LDAP Admin&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 17 Oct 2018 00:22:35 -0000</pubDate><guid>https://sourceforge.net90fbdd955a3d51f3d7ff56264babc1526cfc115d</guid></item><item><title>Change Password creates duplicate userPassword attribute</title><link>https://sourceforge.net/p/ldapadmin/bugs/51/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A common ACL setup involves denying read access to the userPassword attribute, but allowing writes. This makes the field 'write-only' so that, for example, helpdesk tecnicians cannot read password hashes but are able to reset a password.&lt;/p&gt;
&lt;p&gt;If the 'Set Password' dialog is used while this type of ACL setup is in place, LDAP Admin uses an LDAP 'add' operation rather than 'replace'. As userPassword is a multivalued attribute as defined by rfc4519, this causes a duplicate 'userPassword' attribute to be added, leaving the old one in place.&lt;/p&gt;
&lt;p&gt;This apparently is because LDAP Admin is not seeing the existing userPassword. If the ACLs are changed so that the user has read access to userPassword, the application uses a 'replace' operation which removes the old password.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig</dc:creator><pubDate>Thu, 20 Sep 2018 16:03:59 -0000</pubDate><guid>https://sourceforge.netd5b489b25e9fab49526cd5c6a83ea60cbd60a343</guid></item><item><title>#47 infinite loop (duplicates entries and makes them a child element of itself)</title><link>https://sourceforge.net/p/ldapadmin/bugs/47/?limit=25#a241</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;HI,&lt;/p&gt;
&lt;p&gt;It seems that I may have encounterd this before, I just forgot about it :-)&lt;/p&gt;
&lt;p&gt;Plase see this thread &lt;a href="https://sourceforge.net/p/ldapadmin/discussion/305548/thread/7cf32bec/?limit=25"&gt;https://sourceforge.net/p/ldapadmin/discussion/305548/thread/7cf32bec/?limit=25&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Let me know it this is the same problem.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br/&gt;
Tihomir&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tihomir Karlovic</dc:creator><pubDate>Sun, 04 Mar 2018 14:22:06 -0000</pubDate><guid>https://sourceforge.net2086b0c2a80a0a8089a2a940dd87303597d1dd2f</guid></item><item><title>#50 Entry move in 1.8 failed</title><link>https://sourceforge.net/p/ldapadmin/bugs/50/?limit=25#4d79</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ok, this is a problem that v1.7 used copy/delete methos to move objects and the v1.8 detects if the server is V3 and then uses server control. I will have to add some additional checks or a manual override possibility.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tihomir Karlovic</dc:creator><pubDate>Thu, 01 Feb 2018 15:46:42 -0000</pubDate><guid>https://sourceforge.netba7026742efc76c09a87b1a7d86f56838f168918</guid></item><item><title>#47 infinite loop (duplicates entries and makes them a child element of itself)</title><link>https://sourceforge.net/p/ldapadmin/bugs/47/?limit=25#48ec</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello Tihomir,&lt;br/&gt;
sorry, took my some time to get back to this issue but now it's one of my top priorities again. &lt;/p&gt;
&lt;p&gt;The server is my own which runs OpenLDAP so I have full control of the server. I attached all config files to this post. &lt;/p&gt;
&lt;p&gt;Hope it helps and thanks for looking at it!&lt;/p&gt;
&lt;p&gt;Michael&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Haerta</dc:creator><pubDate>Mon, 18 Dec 2017 08:16:00 -0000</pubDate><guid>https://sourceforge.net4bbc7632eb23cc163c3f2ee197ca24fdb6e61b20</guid></item><item><title>Entry move in 1.8 failed</title><link>https://sourceforge.net/p/ldapadmin/bugs/50/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If you move a entry in version 1.8 you got the message  "This server is configured to refuse to move entries..."&lt;br/&gt;
Version 1.7 works fine.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 06 Nov 2017 14:44:07 -0000</pubDate><guid>https://sourceforge.net4423aec4e8a7c411303252773be5720386612a0d</guid></item><item><title>Application hang on 'Go To' from search results</title><link>https://sourceforge.net/p/ldapadmin/bugs/49/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for an excellent tool.&lt;/p&gt;
&lt;p&gt;When I search for a user, the result is returned just fine.  However when I right click and select 'Go To' the search window says 'Not responding' and the application hangs.  We have a large number of users in our ldap.  When I use a competing tool, it goes straight to the entry just fine and only displays the entry I am interested in.&lt;/p&gt;
&lt;p&gt;God bless,&lt;/p&gt;
&lt;p&gt;Jonathan&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 24 Oct 2017 00:03:14 -0000</pubDate><guid>https://sourceforge.neta1afc453cf97d60ec4b4d91bc323fffa40c128ea</guid></item></channel></rss>