Re: ldap library for tomcat

2003-01-12 Thread Rob Augustinus

now I'm getting confused :-)
but still it's good to see some alternatives..
I need to implement ldap for authorisation in a couple
of months.. so I'll need to check this out as well..

Rob

On Sun, Jan 12, 2003 at 12:33:24PM +0530, Kaustuv Sharma wrote:
 I too am using the Netscape Directory SDK for Java since 2 years, and it hasn't 
given me any trouble. It is quite stable and has a good documentation and tutorials 
to go with it.
 
 Regards,
 Kaustuv
   - Original Message - 
   From: David Durst 
   To: [EMAIL PROTECTED] 
   Sent: Sunday, January 12, 2003 2:27 AM
   Subject: Re: ldap library for tomcat
 
 
Or maybe a free one .. have a look at com.novell.ldap on
http://www.openldap.org ..
   
eriam
   
Rob A. Augustinus a ?crit:
   
   import javax.naming.ldap;
 
   Netscape has a package that I have used, very stable and solid.
   I never checked into the licensesing because I was working on a
   academic project.
 
   I believe you can also cruise through ldap using JNDI which is probably
   a overall better long term solution then using LDAP specific libraries.
 
   Just a thought.
 
 
 
 
   --
   To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
   For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: ldap library for tomcat

2003-01-12 Thread Martin Smith
I don't think he needs an LDAP library: I think he needs to use 
JNDIRealm authentication . Haven't checked lately, but I have the 
impression that's in the standard Tomcat distribution now.

martin


Eriam Schaffter wrote:

Or maybe a free one .. have a look at com.novell.ldap on 
http://www.openldap.org ..

eriam

Rob A. Augustinus a écrit:

import javax.naming.ldap;

-Original Message-
From: Fathi Ben Nasr [mailto:[EMAIL PROTECTED]] Sent: Saturday, 
January 11, 2003 5:40
To: 'Tomcat Users List'
Subject: ldap library for tomcat



Hello,

   Can someone tell me where can I find a free (open source or a like)
ldap.jar for tomcat as I want to set up tomcat to authenticate users
aginst an openldap directory server.

TIA.
Fathi B.N.

(See attached file: smime.p7s)


--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]

-
Ce courrier a ete considere comme non infecte par les virus connu de 
notre outil de detection. Soyez cependant prudent avec les pieces 
jointes. Merci.

 





--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]







--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: ldap library for tomcat

2003-01-12 Thread Peng Tuck Kwok
Martin Smith wrote:

I don't think he needs an LDAP library: I think he needs to use 
JNDIRealm authentication . Haven't checked lately,
but I have the 
impression that's in the standard Tomcat distribution now.

Yes it is in the standard Tomcat distribution now. I think it has been 
included since version 4 came out. Can't say much about version 3 .




martin


Eriam Schaffter wrote:


Or maybe a free one .. have a look at com.novell.ldap on 
http://www.openldap.org ..

eriam

Rob A. Augustinus a écrit:

import javax.naming.ldap;

-Original Message-
From: Fathi Ben Nasr [mailto:[EMAIL PROTECTED]] Sent: Saturday, 
January 11, 2003 5:40
To: 'Tomcat Users List'
Subject: ldap library for tomcat



Hello,

   Can someone tell me where can I find a free (open source or a like)
ldap.jar for tomcat as I want to set up tomcat to authenticate users
aginst an openldap directory server.

TIA.
Fathi B.N.

(See attached file: smime.p7s)


--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]

-
Ce courrier a ete considere comme non infecte par les virus connu de 
notre outil de detection. Soyez cependant prudent avec les pieces 
jointes. Merci.

 





--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]







--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]





--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




ldap library for tomcat

2003-01-11 Thread Fathi Ben Nasr

Hello,

Can someone tell me where can I find a free (open source or a like)
ldap.jar for tomcat as I want to set up tomcat to authenticate users
aginst an openldap directory server.

TIA.
Fathi B.N.

(See attached file: smime.p7s)


smime.p7s
Description: Binary data
--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]


RE: ldap library for tomcat

2003-01-11 Thread Rob A. Augustinus

import javax.naming.ldap;

-Original Message-
From: Fathi Ben Nasr [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, January 11, 2003 5:40
To: 'Tomcat Users List'
Subject: ldap library for tomcat



Hello,

Can someone tell me where can I find a free (open source or a like)
ldap.jar for tomcat as I want to set up tomcat to authenticate users
aginst an openldap directory server.

TIA.
Fathi B.N.

(See attached file: smime.p7s)


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: ldap library for tomcat

2003-01-11 Thread David Durst
 Or maybe a free one .. have a look at com.novell.ldap on
 http://www.openldap.org ..

 eriam

 Rob A. Augustinus a écrit:

import javax.naming.ldap;

Netscape has a package that I have used, very stable and solid.
I never checked into the licensesing because I was working on a
academic project.

I believe you can also cruise through ldap using JNDI which is probably
a overall better long term solution then using LDAP specific libraries.

Just a thought.




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: ldap library for tomcat

2003-01-11 Thread Kaustuv Sharma
I too am using the Netscape Directory SDK for Java since 2 years, and it hasn't given 
me any trouble. It is quite stable and has a good documentation and tutorials to go 
with it.

Regards,
Kaustuv
  - Original Message - 
  From: David Durst 
  To: [EMAIL PROTECTED] 
  Sent: Sunday, January 12, 2003 2:27 AM
  Subject: Re: ldap library for tomcat


   Or maybe a free one .. have a look at com.novell.ldap on
   http://www.openldap.org ..
  
   eriam
  
   Rob A. Augustinus a écrit:
  
  import javax.naming.ldap;

  Netscape has a package that I have used, very stable and solid.
  I never checked into the licensesing because I was working on a
  academic project.

  I believe you can also cruise through ldap using JNDI which is probably
  a overall better long term solution then using LDAP specific libraries.

  Just a thought.




  --
  To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
  For additional commands, e-mail: mailto:[EMAIL PROTECTED]