<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://asyd.net/home/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://asyd.net/home/feed.php">
        <title>asyd.net geeklog:2005:11:25</title>
        <description></description>
        <link>http://asyd.net/home/</link>
        <image rdf:resource="http://asyd.net/home/lib/images/favicon.ico" />
       <dc:date>2011-08-04T06:28:49+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://asyd.net/home/geeklog/2005/11/25/java_ldap_kerberos_and_jaas"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://asyd.net/home/lib/images/favicon.ico">
        <title>asyd.net</title>
        <link>http://asyd.net/home/</link>
        <url>http://asyd.net/home/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://asyd.net/home/geeklog/2005/11/25/java_ldap_kerberos_and_jaas">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-03T08:25:39+02:00</dc:date>
        <title>geeklog:2005:11:25:java_ldap_kerberos_and_jaas</title>
        <link>http://asyd.net/home/geeklog/2005/11/25/java_ldap_kerberos_and_jaas</link>
        <description>Hi all,

after a while without blog, I'm back with (I hope) interesting stuff. How to perform LDAP request to an Active Directory server
with Kerberos Authentication.

There the (ugly) code adapted from some examples :

MyLdap.java



import javax.naming.InitialContext;
import javax.naming.NamingException;
import javax.naming.NameAlreadyBoundException;
import javax.naming.directory.*;
import java.util.*;
import javax.security.auth.*;
import javax.security.auth.callback.*;
import javax.security.a…</description>
    </item>
</rdf:RDF>
