Hi Jérôme, I haven't involved in ldap related development at all, but I'd like to share what I've learned from the JS-2.2.x sources. (That's unfortunate we couldn't get any documentation on the new security features, by the way.) - In JS-2.2.x, authentication and authorization data is collected only from database. - For LDAP integration, JS-2 has synchronization modules to synchronize data between ldap server and database. Also, when security data is changed (e.g. adding user/role/group/association in j2-admin), it stores the data into the ldap, too. LDAP is integrated by synchronization with database, not by communicating directly.
From these points, I'm afraid it's not possible to integrate with two different ldap sources within one jetspeed installation. Your alternative solution seems relatively simpler from this view. Regards, Woonsan ----- Original Message ----- > From: "jerome.dup...@bnf.fr" <jerome.dup...@bnf.fr> > To: jetspeed-user@portals.apache.org > Cc: > Sent: Wednesday, September 7, 2011 7:51 AM > Subject: mutiple ldap connection > > > Just a short question. > Is it possible to authentificate in jetspeed info from several ldaps, > because internal users are not stored in the same ldap than external ones? > > More precisely: > when someone logs in: jetspeed would search if he exists, in 2 ldap. > when I create a new user, jetspeed would use only one ldap (always the > same: for external users). > > Alternatilvely I can install 2 jetspeed, one for internal, and the other > for external users, but it's a bit more complicated to do that. > > Regards, > Jérôme > > > > Fermeture annuelle des sites François-Mitterrand et Richelieu - du lundi 5 > au > dimanche 18 septembre 2011 inclus > Journée du patrimoine - samedi 17 septembre (Sablé-sur-Sarthe et Maison > Jean-Vilar à Avignon) et dimanche 18 septembre (autres sites, dont > François-Mitterrand et Richelieu) Avant d'imprimer, pensez à > l'environnement. > --------------------------------------------------------------------- > To unsubscribe, e-mail: jetspeed-user-unsubscr...@portals.apache.org > For additional commands, e-mail: jetspeed-user-h...@portals.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-user-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-user-h...@portals.apache.org