<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/ldapadmin/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/ldapadmin/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/ldapadmin/support-requests/</id><updated>2019-07-31T22:16:11.691000Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>Unable to modify when more than 255 char or so</title><link href="https://sourceforge.net/p/ldapadmin/support-requests/24/" rel="alternate"/><published>2019-07-31T22:16:11.691000Z</published><updated>2019-07-31T22:16:11.691000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netade2cad7c8f5be03310049be360010a878a0c7c9</id><summary type="html">&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;</summary></entry><entry><title>LDAP error: Unavailable!</title><link href="https://sourceforge.net/p/ldapadmin/support-requests/23/" rel="alternate"/><published>2019-05-02T12:13:22.828000Z</published><updated>2019-05-02T12:13:22.828000Z</updated><author><name>Sikan Batu</name><uri>https://sourceforge.net/u/sikan/</uri></author><id>https://sourceforge.netc299b551213f7e339e2bb3b64108d11ba901eed2</id><summary type="html">&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;</summary></entry><entry><title>Compilation error in Ldif.pas file</title><link href="https://sourceforge.net/p/ldapadmin/support-requests/22/" rel="alternate"/><published>2019-04-27T23:38:45.158000Z</published><updated>2019-04-27T23:38:45.158000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netf7580fe729464d4c46cd1b4d782fbcdef0ac1070</id><summary type="html">&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;</summary></entry><entry><title>GTZ DateTime on AD write issues</title><link href="https://sourceforge.net/p/ldapadmin/support-requests/21/" rel="alternate"/><published>2019-04-25T09:48:04.879000Z</published><updated>2019-04-25T09:48:04.879000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netf6965fbc8bf9b4d0bad52a32a2d59a3ddd4d8e66</id><summary type="html">&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;</summary></entry><entry><title>#19 ldapmodify in templates</title><link href="https://sourceforge.net/p/ldapadmin/support-requests/19/?limit=25#dff3" rel="alternate"/><published>2018-02-01T15:52:59.031000Z</published><updated>2018-02-01T15:52:59.031000Z</updated><author><name>Tihomir Karlovic</name><uri>https://sourceforge.net/u/tk1065/</uri></author><id>https://sourceforge.net4e03d9e131d0811aa9c3bbe65c165831d28f7858</id><summary type="html">&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;</summary></entry><entry><title>Lam installation </title><link href="https://sourceforge.net/p/ldapadmin/support-requests/20/" rel="alternate"/><published>2017-11-23T22:08:12.121000Z</published><updated>2017-11-23T22:08:12.121000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net00419b72daa78e09c199b35ac974552ea88ab2b1</id><summary type="html">&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;</summary></entry><entry><title>#19 ldapmodify in templates</title><link href="https://sourceforge.net/p/ldapadmin/support-requests/19/?limit=25#2465/555d" rel="alternate"/><published>2017-11-14T11:39:11.009000Z</published><updated>2017-11-14T11:39:11.009000Z</updated><author><name>Tihomir Karlovic</name><uri>https://sourceforge.net/u/tk1065/</uri></author><id>https://sourceforge.net62154394ae06cb9c7159bdf2ce59654639117f0f</id><summary type="html">&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;</summary></entry><entry><title>#19 ldapmodify in templates</title><link href="https://sourceforge.net/p/ldapadmin/support-requests/19/?limit=25#ef3b" rel="alternate"/><published>2017-10-30T14:04:29.933000Z</published><updated>2017-10-30T14:04:29.933000Z</updated><author><name>Tihomir Karlovic</name><uri>https://sourceforge.net/u/tk1065/</uri></author><id>https://sourceforge.netf9f34ed01305056934baa4159cff616456040006</id><summary type="html">&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;</summary></entry><entry><title>#19 ldapmodify in templates</title><link href="https://sourceforge.net/p/ldapadmin/support-requests/19/?limit=25#d724" rel="alternate"/><published>2017-10-05T08:22:31.386000Z</published><updated>2017-10-05T08:22:31.386000Z</updated><author><name>Tihomir Karlovic</name><uri>https://sourceforge.net/u/tk1065/</uri></author><id>https://sourceforge.net8a6da6fe2631d2d77c23b5821ff9a675a51deae8</id><summary type="html">&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;</summary></entry><entry><title>#19 ldapmodify in templates</title><link href="https://sourceforge.net/p/ldapadmin/support-requests/19/?limit=25#2465" rel="alternate"/><published>2017-09-17T21:36:04.002000Z</published><updated>2017-09-17T21:36:04.002000Z</updated><author><name>Tihomir Karlovic</name><uri>https://sourceforge.net/u/tk1065/</uri></author><id>https://sourceforge.net0f4b55458b5810ff0368a1d015af7f192254d4b1</id><summary type="html">&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;</summary></entry></feed>