<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Ldap on Micha Kops&#39; Tech Notes</title>
    <link>https://www.hascode.com/tags/ldap/</link>
    <description>Recent content in Ldap on Micha Kops&#39; Tech Notes</description>
    <generator>Hugo -- 0.147.8</generator>
    <language>en</language>
    <copyright>Copyright © 2010 - 2025 Micha Kops. #213243b1d6e8932079e09227d3f3ed0c806cd0c9</copyright>
    <lastBuildDate>Mon, 04 Jul 2016 00:00:00 +0200</lastBuildDate>
    <atom:link href="https://www.hascode.com/tags/ldap/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>LDAP Testing with Java: ApacheDS vs Embedded-LDAP-JUnit</title>
      <link>https://www.hascode.com/ldap-testing-with-java-apacheds-vs-embedded-ldap-junit/</link>
      <pubDate>Mon, 04 Jul 2016 00:00:00 +0200</pubDate>
      <guid>https://www.hascode.com/ldap-testing-with-java-apacheds-vs-embedded-ldap-junit/</guid>
      <description>&lt;div id=&#34;preamble&#34;&gt;
&lt;div class=&#34;sectionbody&#34;&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;When writing applications that interchange information with LDAP directory services there is always the need to write integration tests for these components and services.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;Therefore we need a the possibility to start-up an embedded LDAP server, fill it with test-data and control its life-cycle during the test-phases.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;In the following tutorial I’d like to demonstrate two candidates that fulfil this purpose, the ApacheDS test integrations and a small library named embedded-ldap-junit.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>Creating a LDAP server for your development environment in 5 minutes</title>
      <link>https://www.hascode.com/creating-a-ldap-server-for-your-development-environment-in-5-minutes/</link>
      <pubDate>Mon, 13 Jun 2011 00:00:00 +0200</pubDate>
      <guid>https://www.hascode.com/creating-a-ldap-server-for-your-development-environment-in-5-minutes/</guid>
      <description>&lt;div id=&#34;preamble&#34;&gt;
&lt;div class=&#34;sectionbody&#34;&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;I am currently working on a plugin that needs to receive some information from an LDAP/Active Directory using JNDI. That’s why I needed to set up a directory server in a short time and I didn’t want to waste much effort for here.
Luckily for me the Apache Directory Studio saved my day and allowed me to set up everything I needed in a few minutes.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;imageblock&#34;&gt;
&lt;div class=&#34;content&#34;&gt;
&lt;img src=&#34;ldap-tutorial-teaser.png&#34; alt=&#34;ldap tutorial teaser&#34;/&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;Short and sweet: In this tutorial I’m going to show you how to configure everything you need in your Eclipse IDE and finally how to query the created LDAP server with a tiny java client using JNDI.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
  </channel>
</rss>
