« Return to Thread: LDAP Authentication

RE: LDAP Authentication (and also MS Active Directory)

by ChristopheDD :: Rate this Message:

Reply to Author | View in Thread

Hi Murray!

I use the JSPWiki WebContainer Authentication.

In jspwiki.jaas:
JSPWiki-container {
  com.ecyrd.jspwiki.auth.login.WebContainerLoginModule    SUFFICIENT;
  com.ecyrd.jspwiki.auth.login.CookieAssertionLoginModule SUFFICIENT;
  com.ecyrd.jspwiki.auth.login.AnonymousLoginModule       SUFFICIENT;
};

I modified jspwiki.policy for my needs.

In jspwiki.properties:
jspwiki.authorizer = com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer



For NTLM login within MS Active directory, I also use a patch I provided to Tomcat Community:
https://issues.apache.org/bugzilla/show_bug.cgi?id=46323

-----Original Message-----
From: Murray Altheim [mailto:murray09@...]
Sent: mercredi 13 mai 2009 2:40
To: jspwiki-user@...
Subject: LDAP Authentication

Hi,

I just had a request to look into LDAP authentication for one of the
wikis I'm managing. For both 2.8.2 and the upcoming 3.0 (but particularly
2.8.2) what is the current state of the art for LDAP authentication? I
can find a number of different possibilities online but it's unclear
which is the most recent, which is compatible, and which might be the
easiest to implement/install. Also, who the maintainer is/was would be
helpful.

[this does lead to the more general question of knowing this kind of
information for any non-core JSPWiki package, but I hesitate to ask
that question...]

Thanks very much,

Murray

...........................................................................
Murray Altheim <murray09 at altheim dot com>                       ===  = =
http://www.altheim.com/murray/                                     = =  ===
SGML Grease Monkey, Banjo Player, Wantanabe Zen Monk               = =  = =

       Boundless wind and moon - the eye within eyes,
       Inexhaustible heaven and earth - the light beyond light,
       The willow dark, the flower bright - ten thousand houses,
       Knock at any door - there's one who will respond.
                                       -- The Blue Cliff Record

RE

 « Return to Thread: LDAP Authentication