RE: ldap access

2007-03-22 Thread Krishna, Hari \(FTT-CInternet\)
What's wrong with your question man. Struts is related to Presentation layer 
and LDAP is something that comes into picture in Business layer's try to 
understand how to call business layer components from Action class

Regards,
I.HariKrishna | Software Engineer | Franklin Templeton International Services 
(India) Pvt. Ltd. | Franklin Templeton Centre,1st Floor, No.7,Third Cross 
Street, Kasturba Nagar, Adyar, Chennai 600020
| Tel: +91 44 24407000 | Extn: 17123 | Fax: +91 44 24453661 | Mobile: +91 
9884528587 |  www.franklintempleton.com 

-Original Message-
From: Philippe Le Gal [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 5:57 PM
To: Struts Users Mailing List
Subject: Re: ldap access


I'm looking for an example for implementing a LDAP user authentification 
inside a struts application.

I think I've to test java.naming.ldap classes. Am i right ?

Thx 

Philippe

Le Tuesday 20 March 2007 13:18:31 Dave Newton, vous avez écrit :
 --- Philippe Le Gal [EMAIL PROTECTED] wrote:
  I'm looking for an example of an ldap search with
  struts.

 I'm not sure how the two are related; can you be more
 specific?

 d.




 ___
_ Food fight? Enjoy some healthy debate
 in the Yahoo! Answers Food  Drink QA.
 http://answers.yahoo.com/dir/?link=listsid=396545367

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



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Notice:  All email and instant messages (including attachments) sent to
or from Franklin Templeton Investments (FTI) personnel may be retained,
monitored and/or reviewed by FTI and its agents, or authorized
law enforcement personnel, without further notice or consent.

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



Re: ldap access

2007-03-22 Thread P Y

(agree on the auth aspect)

On the presentation layer, would someone know about a LDAP data
browser/editor using Struts ?
Thanks.


On 3/22/07, Krishna, Hari (FTT-CInternet) [EMAIL PROTECTED] wrote:

What's wrong with your question man. Struts is related to Presentation layer 
and LDAP is something that comes into picture in Business layer's try to 
understand how to call business layer components from Action class

Regards,
I.HariKrishna | Software Engineer | Franklin Templeton International Services 
(India) Pvt. Ltd. | Franklin Templeton Centre,1st Floor, No.7,Third Cross 
Street, Kasturba Nagar, Adyar, Chennai 600020
| Tel: +91 44 24407000 | Extn: 17123 | Fax: +91 44 24453661 | Mobile: +91 
9884528587 |  www.franklintempleton.com

-Original Message-
From: Philippe Le Gal [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 20, 2007 5:57 PM
To: Struts Users Mailing List
Subject: Re: ldap access


I'm looking for an example for implementing a LDAP user authentification
inside a struts application.

I think I've to test java.naming.ldap classes. Am i right ?

Thx

Philippe

Le Tuesday 20 March 2007 13:18:31 Dave Newton, vous avez écrit:
 --- Philippe Le Gal [EMAIL PROTECTED] wrote:
  I'm looking for an example of an ldap search with
  struts.

 I'm not sure how the two are related; can you be more
 specific?

 d.






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



[OT] RE: ldap access

2007-03-22 Thread Dave Newton
--- Krishna, Hari (FTT-CInternet) wrote:
 What's wrong with your question man. Struts is
 related to Presentation layer and LDAP is something
 that comes into picture in Business layer's try to
 understand how to call business layer components
 from Action class

Nothing is *wrong* with the question; the original
post asked about doing an LDAP search inside Struts. I
didn't understand what doing an LDAP search had to do
with Struts, so I asked for clarification, which he
provided.

d.



 

The fish are biting. 
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php

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



Re: ldap access

2007-03-20 Thread Dave Newton
--- Philippe Le Gal [EMAIL PROTECTED] wrote:
 I'm looking for an example of an ldap search with
 struts.

I'm not sure how the two are related; can you be more
specific?

d.



 

Food fight? Enjoy some healthy debate 
in the Yahoo! Answers Food  Drink QA.
http://answers.yahoo.com/dir/?link=listsid=396545367

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



Re: ldap access

2007-03-20 Thread Philippe Le Gal

I'm looking for an example for implementing a LDAP user authentification 
inside a struts application.

I think I've to test java.naming.ldap classes. Am i right ?

Thx 

Philippe

Le Tuesday 20 March 2007 13:18:31 Dave Newton, vous avez écrit :
 --- Philippe Le Gal [EMAIL PROTECTED] wrote:
  I'm looking for an example of an ldap search with
  struts.

 I'm not sure how the two are related; can you be more
 specific?

 d.




 ___
_ Food fight? Enjoy some healthy debate
 in the Yahoo! Answers Food  Drink QA.
 http://answers.yahoo.com/dir/?link=listsid=396545367

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



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



Re: ldap access

2007-03-20 Thread Dave Newton
--- Philippe Le Gal [EMAIL PROTECTED] wrote:
 I'm looking for an example for implementing a LDAP
 user authentification inside a struts application.
 
 I think I've to test java.naming.ldap classes. Am i
 right ?

Oh, gotcha. IIRC it's javax.naming.ldap but anything I
know about it is about a year old.

http://java.sun.com/products/jndi/tutorial/ldap/index.html
was one of the references I used. Unfortunately I do
not have my sample code available to me at the moment
:/

Dave



 

Now that's room service!  Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097

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



RE: ldap access

2007-03-20 Thread Wesley Wannemacher
 
 --- Philippe Le Gal [EMAIL PROTECTED] wrote:
  I'm looking for an example for implementing a LDAP
  user authentification inside a struts application.
  
  I think I've to test java.naming.ldap classes. Am i
  right ?
 
 Oh, gotcha. IIRC it's javax.naming.ldap but anything I
 know about it is about a year old.
 
 http://java.sun.com/products/jndi/tutorial/ldap/index.html
 was one of the references I used. Unfortunately I do
 not have my sample code available to me at the moment
 :/
 
 Dave
 

I wonder if the OP has considered the container managed security? For
Tomcat, using LDAP for authentication/authorization is quite easy - 

http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html#JNDIRealm

It might save some coding time if you can fit your problem into this
solution.

-Wes


smime.p7s
Description: S/MIME cryptographic signature