Fórum

Multiple Authentication LDAP Sources Possible?

thumbnail
Daren Sefcik, modificado 16 Anos atrás.

Multiple Authentication LDAP Sources Possible?

Junior Member Postagens: 62 Data de Entrada: 18/05/07 Postagens Recentes
Is it it possible to specify multiple ldap hosts to authenticate against? I have several different geographical locations with different ldap servers/users and I would like to be able to have our Liferay installation check login credentials against any of them.

TIA,

Daren
thumbnail
Björn Ryding, modificado 16 Anos atrás.

RE: Multiple Authentication LDAP Sources Possible?

Liferay Master Postagens: 582 Data de Entrada: 16/05/07 Postagens Recentes
Have a look at the links below for some info on how to setup an Authentication Pipeline where only one Authenticator has to return success on login.

Developing a Custom Authentication System
http://wiki.liferay.com/index.php/Developing_a_Custom_Authentication_System

Authentication Pipeline
http://www.liferay.com/web/guest/community/forums/message_boards/message/123814

Authentication suggestions to Liferay devs
http://www.liferay.com/web/guest/community/forums/message_boards/message/116895
James Hong, modificado 16 Anos atrás.

RE: Multiple Authentication LDAP Sources Possible?

Regular Member Postagens: 115 Data de Entrada: 22/05/07 Postagens Recentes
It is possible but it would require customization. My recommendation would be to create your own Authenticator class that attempts to authenticate the user against multiple ldap servers. I would probably copy the LDAPAuth module and customize it.

James
thumbnail
Nicolas Grué, modificado 14 Anos atrás.

RE: Multiple Authentication LDAP Sources Possible?

New Member Postagens: 13 Data de Entrada: 20/02/07 Postagens Recentes
It's an old story: currently, most of portals and/or CMS (particularily open-source) don't do that.
Finally, we made this on a 5.2.3 ("Import" only, with the ability to have different mappings attributes for each provider).

see LEP-1443