tags:

views:

66

answers:

1

Hi,

I am trying to update user details like firstName, lastName, emailAddress especially using Seam's IdentityManager API bit do not see any method for updating the LDAP. Is there a reason for not providing LDAP update method and if so what is the best way to update the details.

Versions used: Seam-2-1.2 JBoss-4.2.3 openLDAP

Thanks.

+2  A: 

Seam until now does not have the facility to update LDAP on its own. In the past, I have used Spring LDAP or ApacheDS to achieve that in conjunction with my Seam project. Spring LDAP is very simple to integrate.

shipmaster
Thank you. Will try spring LDAP.
Gubbes