<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/ldapadmin/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/ldapadmin/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 31 Jul 2019 22:16:11 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ldapadmin/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Unable to modify when more than 255 char or so</title><link>https://sourceforge.net/p/ldapadmin/support-requests/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;unable to edit/modify entry, if value is more than 255 char. This could be even more ( Oracle LDAP entry for connection )&lt;/p&gt;
&lt;p&gt;(DESCRIPTION = (ENABLE=broken)(ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST =XXXX)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = BDEV.CDDB.COM) (FAILOVER_MODE=(TYPE=session)(METHOD=basic) (RETRIES=10)(DELAY=10)) ))&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 31 Jul 2019 22:16:11 -0000</pubDate><guid>https://sourceforge.netade2cad7c8f5be03310049be360010a878a0c7c9</guid></item><item><title>LDAP error: Unavailable!</title><link>https://sourceforge.net/p/ldapadmin/support-requests/23/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br/&gt;
showing error "LDAP error: Unavailable!" when trying to connect LDAP Admin from other subnet IP address.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sikan Batu</dc:creator><pubDate>Thu, 02 May 2019 12:13:22 -0000</pubDate><guid>https://sourceforge.netc299b551213f7e339e2bb3b64108d11ba901eed2</guid></item><item><title>Compilation error in Ldif.pas file</title><link>https://sourceforge.net/p/ldapadmin/support-requests/22/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am really new to Delphi. When compiling v1.8.3 source with Embarcadero Delphi 10.3 Community Edition, I get the following error :&lt;/p&gt;
&lt;p&gt;At Line 417 of Ldif.pas&lt;br/&gt;
&lt;em&gt;PutLine('dn', @Entry.utf8dn&lt;span&gt;&lt;span&gt;[1]&lt;/span&gt;&lt;/span&gt;, Length(Entry.utf8dn));&lt;/em&gt;&lt;br/&gt;
=&amp;gt; E2010 Incompatible types : 'PBytes' et 'Pointer'&lt;/p&gt;
&lt;p&gt;Any idea how to solve this error ?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 27 Apr 2019 23:38:45 -0000</pubDate><guid>https://sourceforge.netf7580fe729464d4c46cd1b4d782fbcdef0ac1070</guid></item><item><title>GTZ DateTime on AD write issues</title><link>https://sourceforge.net/p/ldapadmin/support-requests/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am using LDAP Admin to query an AD-LDS directory and I am trying to use the datetime control features in a custom template&lt;/p&gt;
&lt;p&gt;AD-LDS stores the attribute as GTZ but Microsoft don't appeared to have followed the '1.3.6.1.4.1.1466.115.121.1.24' standard. Rather than GTX being specified with a trailing Z for example they enfore a .0Z&lt;/p&gt;
&lt;p&gt;e.g. &lt;br/&gt;
1.3.6.1.4.1.1466.115.121.1.24. compliant&lt;br/&gt;
20190101000000Z&lt;/p&gt;
&lt;p&gt;On AD&lt;br/&gt;
20190101000000.0Z&lt;/p&gt;
&lt;p&gt;While the template is able to read the field from AD and display it correctly, when I try to update the field it fails. I presume because it is trying to write it in the compliant format.&lt;/p&gt;
&lt;p&gt;Screen shots attached showing the field displaying and the error when attempting to write.&lt;/p&gt;
&lt;p&gt;Is there a way to make it write the attribute in the AD format (using the scripts feature?), i'd give that a try but not a javaScript guy &lt;/p&gt;
&lt;p&gt;Here is my template&lt;/p&gt;
&lt;p&gt;&amp;lt;template&amp;gt;&lt;br/&gt;
  &amp;lt;name&amp;gt;DateTime Issues&amp;lt;/name&amp;gt;&lt;br/&gt;
  &amp;lt;description&amp;gt;DateTime Issues on AD :-(&amp;lt;/description&amp;gt;&lt;br/&gt;
  &amp;lt;rdn&amp;gt;cn&amp;lt;/rdn&amp;gt;&amp;lt;/template&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;attribute&amp;gt;&lt;br/&gt;
    &amp;lt;name&amp;gt;objectclass&amp;lt;/name&amp;gt;&lt;br/&gt;
    &amp;lt;value&amp;gt;top&amp;lt;/value&amp;gt;&lt;br/&gt;
    &amp;lt;value&amp;gt;sudoRole&amp;lt;/value&amp;gt;       &lt;br/&gt;
  &amp;lt;/attribute&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;attribute type="datetime"&amp;gt;&lt;br/&gt;
    &amp;lt;name&amp;gt;sudoNotAfter&amp;lt;/name&amp;gt;&lt;br/&gt;
    &amp;lt;description&amp;gt;Sudo Rule Disabled At&amp;lt;/description&amp;gt;&lt;br/&gt;
    &amp;lt;control type="datetime"&amp;gt;&lt;br/&gt;
      &amp;lt;dateformat&amp;gt;gtz&amp;lt;/dateformat&amp;gt;&lt;br/&gt;
      &amp;lt;timeformat&amp;gt;gtz&amp;lt;/timeformat&amp;gt;&lt;br/&gt;
    &amp;lt;/control&amp;gt;&lt;br/&gt;
  &amp;lt;/attribute&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Any help would be greatly appreciated&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 25 Apr 2019 09:48:04 -0000</pubDate><guid>https://sourceforge.netf6965fbc8bf9b4d0bad52a32a2d59a3ddd4d8e66</guid></item><item><title>#19 ldapmodify in templates</title><link>https://sourceforge.net/p/ldapadmin/support-requests/19/?limit=25#dff3</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Xanti,&lt;/p&gt;
&lt;p&gt;did you chack the documentation page: &lt;a href="http://ldapadmin.org/docs/scripts.html" rel="nofollow"&gt;http://ldapadmin.org/docs/scripts.html&lt;/a&gt; ? You can use Session.Search to get the list of entries that you want to modify. The loop through the list and access attributes with attributesByName&lt;span&gt;['attributeName']&lt;/span&gt; to access attribute and its values.&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>Thu, 01 Feb 2018 15:52:59 -0000</pubDate><guid>https://sourceforge.net4e03d9e131d0811aa9c3bbe65c165831d28f7858</guid></item><item><title>Lam installation </title><link>https://sourceforge.net/p/ldapadmin/support-requests/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I'm trying to install lam ON Ubuntu Server 16.04 but i have some difficulties.&lt;br/&gt;
I followed all the tuto on the web but i can't find one which is fully documented&lt;br/&gt;
to help me.&lt;br/&gt;
Can someone give me advice for the installation ?&lt;/p&gt;
&lt;p&gt;Thanks &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 23 Nov 2017 22:08:12 -0000</pubDate><guid>https://sourceforge.net00419b72daa78e09c199b35ac974552ea88ab2b1</guid></item><item><title>#19 ldapmodify in templates</title><link>https://sourceforge.net/p/ldapadmin/support-requests/19/?limit=25#2465/555d</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes please.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Xanti&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tihomir Karlovic</dc:creator><pubDate>Tue, 14 Nov 2017 11:39:11 -0000</pubDate><guid>https://sourceforge.net62154394ae06cb9c7159bdf2ce59654639117f0f</guid></item><item><title>#19 ldapmodify in templates</title><link>https://sourceforge.net/p/ldapadmin/support-requests/19/?limit=25#ef3b</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Any change to look in to my question?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tihomir Karlovic</dc:creator><pubDate>Mon, 30 Oct 2017 14:04:29 -0000</pubDate><guid>https://sourceforge.netf9f34ed01305056934baa4159cff616456040006</guid></item><item><title>#19 ldapmodify in templates</title><link>https://sourceforge.net/p/ldapadmin/support-requests/19/?limit=25#d724</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Tihomir,&lt;/p&gt;
&lt;p&gt;Thanks for the reply.&lt;br/&gt;
A example of a template to do so would be much appriciated.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Xanti&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tihomir Karlovic</dc:creator><pubDate>Thu, 05 Oct 2017 08:22:31 -0000</pubDate><guid>https://sourceforge.net8a6da6fe2631d2d77c23b5821ff9a675a51deae8</guid></item><item><title>#19 ldapmodify in templates</title><link>https://sourceforge.net/p/ldapadmin/support-requests/19/?limit=25#2465</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello Xanti,&lt;/p&gt;
&lt;p&gt;very sorry for a delay but I somehow missed your request (I was on a vacation at that time). Yes, there is a possibility using javascript engine in templates, please let me know if you still need this solution.&lt;/p&gt;
&lt;p&gt;Best ergards,&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, 17 Sep 2017 21:36:04 -0000</pubDate><guid>https://sourceforge.net0f4b55458b5810ff0368a1d015af7f192254d4b1</guid></item></channel></rss>