RE: [OT]Query and update LDAP

2006-01-20 Thread Garner, Shawn
I believe this is handled at the J2EE server level. Shawn -Original Message- From: Priya Saloni [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 2:47 PM To: Struts Users Mailing List Subject: [OT]Query and update LDAP Hi There, As per the requirement in my project i need to

Re: [OT]Query and update LDAP

2006-01-20 Thread Torgeir Veimo
On Fri, 2006-01-20 at 15:47 -0500, Priya Saloni wrote: Hi There, As per the requirement in my project i need to access(Query and update) LDAP from my web application.Is there any way to do this using Struts??Any other suggestions and advices are highly appreciable. JNDI is the de facto

RE: [OT]Query and update LDAP

2006-01-20 Thread Murugesan, Kathiresan \(Cognizant\)
---BeginMessage--- Hi, You need to use the some LDAP api to query/update with LDAP. Struts doesn't have any api for this purpose. Sun has its own api to interact with LDAP. Search for LDAP api in internet, you will get what you want. Regards Kathir.