Recent changes to bugshttps://sourceforge.net/p/ldapadmin/bugs/Recent changes to bugsenSun, 14 Mar 2021 12:43:49 -0000#54 Which Delphi-Versionhttps://sourceforge.net/p/ldapadmin/bugs/54/?limit=100#45f0<div class="markdown_content"><p>I'm using Delphi 10.3 Community Edition. I fixed the compile error by adding a cast to the second arg in line 417.</p> <p>My Version:</p> <p>PutLine('dn', PBytes(@Entry.utf8dn<span>[1]</span>), Length(Entry.utf8dn));</p></div>Robert NelsonSun, 14 Mar 2021 12:43:49 -0000https://sourceforge.net8f88ba559a72590406598e5ae40093e9739cf23cWhich Delphi-Versionhttps://sourceforge.net/p/ldapadmin/bugs/54/<div class="markdown_content"><p>Which Delphi-Version should I use to compile LDAPAdmin?<br/> I tried with Delphi2010 (failed as String-helper "StartsWith" is used in Config.pas - among other errors.<br/> Then I tried with Rad Studio 10.4 - here it has issues with PCCERT_CONTEXT in Cert.pas.<br/> Fixed by changing "uses" order to <br/> <code>uses WinLdap, Windows, wcrypt2;</code><br/> Then it fails compiling Ldif.pas in line 417, PBytes vs Pointer...<br/> Before I do that over and over: Which Delphi version should be used to compile it?<br/> Thanks! R.</p></div>Ralf SteinhaeusserThu, 10 Dec 2020 14:09:49 -0000https://sourceforge.nete803da7846117cc03f62b044b97cc3f1b7c94d21Searchdialog Edit: DN-Syntaxerror from values with commashttps://sourceforge.net/p/ldapadmin/bugs/53/<div class="markdown_content"><p>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)...</p></div>AnonymousSun, 01 Dec 2019 15:06:49 -0000https://sourceforge.net451788d18b3fe09188263be9a064841fbc5da302olcAccess modify limited to 255 charshttps://sourceforge.net/p/ldapadmin/bugs/52/<div class="markdown_content"><p>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</p></div>AnonymousWed, 17 Oct 2018 00:22:35 -0000https://sourceforge.net90fbdd955a3d51f3d7ff56264babc1526cfc115dChange Password creates duplicate userPassword attributehttps://sourceforge.net/p/ldapadmin/bugs/51/<div class="markdown_content"><p>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.</p> <p>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.</p> <p>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.</p></div>CraigThu, 20 Sep 2018 16:03:59 -0000https://sourceforge.netd5b489b25e9fab49526cd5c6a83ea60cbd60a343#47 infinite loop (duplicates entries and makes them a child element of itself)https://sourceforge.net/p/ldapadmin/bugs/47/?limit=25#a241<div class="markdown_content"><p>HI,</p> <p>It seems that I may have encounterd this before, I just forgot about it :-)</p> <p>Plase see this thread <a href="https://sourceforge.net/p/ldapadmin/discussion/305548/thread/7cf32bec/?limit=25">https://sourceforge.net/p/ldapadmin/discussion/305548/thread/7cf32bec/?limit=25</a></p> <p>Let me know it this is the same problem.</p> <p>Best regards,<br/> Tihomir</p></div>Tihomir KarlovicSun, 04 Mar 2018 14:22:06 -0000https://sourceforge.net2086b0c2a80a0a8089a2a940dd87303597d1dd2f#50 Entry move in 1.8 failedhttps://sourceforge.net/p/ldapadmin/bugs/50/?limit=25#4d79<div class="markdown_content"><p>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.</p></div>Tihomir KarlovicThu, 01 Feb 2018 15:46:42 -0000https://sourceforge.netba7026742efc76c09a87b1a7d86f56838f168918#47 infinite loop (duplicates entries and makes them a child element of itself)https://sourceforge.net/p/ldapadmin/bugs/47/?limit=25#48ec<div class="markdown_content"><p>Hello Tihomir,<br/> sorry, took my some time to get back to this issue but now it's one of my top priorities again. </p> <p>The server is my own which runs OpenLDAP so I have full control of the server. I attached all config files to this post. </p> <p>Hope it helps and thanks for looking at it!</p> <p>Michael</p></div>HaertaMon, 18 Dec 2017 08:16:00 -0000https://sourceforge.net4bbc7632eb23cc163c3f2ee197ca24fdb6e61b20Entry move in 1.8 failedhttps://sourceforge.net/p/ldapadmin/bugs/50/<div class="markdown_content"><p>If you move a entry in version 1.8 you got the message "This server is configured to refuse to move entries..."<br/> Version 1.7 works fine.</p></div>AnonymousMon, 06 Nov 2017 14:44:07 -0000https://sourceforge.net4423aec4e8a7c411303252773be5720386612a0dApplication hang on 'Go To' from search resultshttps://sourceforge.net/p/ldapadmin/bugs/49/<div class="markdown_content"><p>Hi,</p> <p>Thanks for an excellent tool.</p> <p>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.</p> <p>God bless,</p> <p>Jonathan</p></div>AnonymousTue, 24 Oct 2017 00:03:14 -0000https://sourceforge.neta1afc453cf97d60ec4b4d91bc323fffa40c128ea