<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>lekkimworld.comldap</title>
    <link>http://lekkimworld.com/tags/ldap/</link>
    <description>IBM Lotus Notes/Domino, Websphere, IBM Connections, mobile, web, JavaScript, Java...</description>
    <language>en</language>
    <copyright>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</copyright>
    <pubDate>Sat, 19 May 2012 06:50:25 GMT</pubDate>
    <dc:creator>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:creator>
    <dc:date>2012-05-19T06:50:25Z</dc:date>
    <dc:language>en</dc:language>
    <dc:rights>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:rights>
    <image>
      <title>lekkimworld.comldap</title>
      <url>http://lekkimworld.com/tags/ldap/</url>
    </image>
    <item>
      <title>Active Directory error messages - useful for LDAP access</title>
      <link>http://lekkimworld.com/2009/06/26/active_directory_error_messages_useful_for_ldap_access.html</link>
      <content:encoded>&lt;p&gt;
Found this nice summary of the error messages Active Directory can return when trying to connect using LDAP (e.g. from Java using JNDI).
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://wiki.caballe.cat/wiki/Active_Directory_LDAP_Errors"&gt;Active Directory LDAP Errors&lt;/a&gt;
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/ldap/">ldap</category>
      <pubDate>Fri, 26 Jun 2009 12:15:47 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2009-06-26:default/1246018547312</guid>
      <dc:date>2009-06-26T12:15:47Z</dc:date>
    </item>
    <item>
      <title>Apache Directory Studio</title>
      <link>http://lekkimworld.com/2007/11/23/apache_directory_studio.html</link>
      <content:encoded>&lt;p&gt;
I'm currently on a Lotus Connections project and needed a LDAP browser to test authentication and searching. Previously I have been using a Java LDAP browser with a UI that really was lacking. Today I discovered &lt;a href="http://directory.apache.org/studio/"&gt;Apache Directory Studio&lt;/a&gt; which is built on the Eclipse platform. The application is free and a really good LDAP browser. It also contains a LDIF editor.
&lt;/p&gt;
&lt;p align="center"&gt;
&lt;img src="http://directory.apache.org/studio/index.data/ADStudio_header.jpg"  /&gt;
&lt;/p&gt;
&lt;p&gt;
The application is a full fletched LDAP browser and is made up of a couple of Eclipse features. You can download the application as a standalone RCP (rich client platform) application, as features for your existing Eclipse IDE but should actually just as well be able to use the LDAP browser directly from Notes 8 Standard. The LDAP browser ships with a perspective so it should be doable.
&lt;/p&gt;
&lt;p&gt;
If it ran inside of Notes 8 it would be a killer admin. tool and easily distributable inside your organization.
&lt;/p&gt;
&lt;p&gt;
I tried to install the perspective in Notes 8 but it isn't possible since the features depend on the org.eclipse.search feature which isn't shipped with Notes 8. org.eclipse.search is however supplied with the standard Eclipse 3.2.1 which is the same version as Expeditor 6.1.1 builds upon so it should be possible to download the Directory Studio source code and repackage the perspective to do a perspective which is installable in Notes 8.
&lt;/p&gt;
&lt;p&gt;
For now however I have to run the application in Eclipse or as standalone.
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/apache/">apache</category>
      <category domain="http://lekkimworld.com/tags/expeditor/">expeditor</category>
      <category domain="http://lekkimworld.com/tags/ldap/">ldap</category>
      <category domain="http://lekkimworld.com/tags/notes8/">notes8</category>
      <pubDate>Fri, 23 Nov 2007 17:06:22 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2007-11-23:default/1195837582015</guid>
      <dc:date>2007-11-23T17:06:22Z</dc:date>
    </item>
    <item>
      <title>Demystifying LDAP</title>
      <link>http://lekkimworld.com/2006/08/01/demystifying_ldap.html</link>
      <content:encoded>&lt;p&gt;
&lt;a href="http://www.oreillynet.com/pub/a/sysadmin/2006/07/27/demystifying-ldap.html"&gt;Demystifying LDAP&lt;/a&gt; via dzone.com...
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/ldap/">ldap</category>
      <pubDate>Tue, 01 Aug 2006 04:50:43 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2006-08-01:default/1154407843405</guid>
      <dc:date>2006-08-01T04:50:43Z</dc:date>
    </item>
    <item>
      <title>Change to LDAP Directory Assistance (in Domino 7)</title>
      <link>http://lekkimworld.com/2006/06/19/change_to_ldap_directory_assistance_in_domino_7.html</link>
      <content:encoded>&lt;p&gt;
Or at least I think the change was in Domino 7... I never noticed it before since we have been using a custom DSAPI authentication module to work around the shortcoming in previous Domino releases.
&lt;/p&gt;
&lt;p&gt;
The change is that the @Username function now returns the distinguished name of the authenticated user separated with slashes (/) even though it is a LDAP name and hence really separated by commas. This is über nice since it means we can scrap the custom DSAPI module and move the application from a Domino 5.x server to a Domino 7 server (we are having big issues deploying the DSAPI filter on Domino 7).
&lt;/p&gt;
&lt;p&gt;
Sweet!
&lt;/p&gt;
&lt;p&gt;
(For the record - my custom DSAPI filter does more than convert LDAP names separated by commas to names separated by slashes. It also handles dynamic LDAP groups composed on the groupOfUrls objectClass. If you need something like that let me know.)
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/categories/ibm_products/">IBM</category>
      <category domain="http://lekkimworld.com/tags/directory_assistance/">directory_assistance</category>
      <category domain="http://lekkimworld.com/tags/domino_v7/">domino_v7</category>
      <category domain="http://lekkimworld.com/tags/dsapi/">dsapi</category>
      <category domain="http://lekkimworld.com/tags/ldap/">ldap</category>
      <pubDate>Mon, 19 Jun 2006 18:51:38 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2006-06-19:default/1150743098517</guid>
      <dc:date>2006-06-19T18:51:38Z</dc:date>
    </item>
  </channel>
</rss>


