On Tue, Nov 8, 2011 at 10:10, Álvaro López Criado <alo...@arvo.es> wrote:
> ¿is there any configuration to login to multiple LDAP server?
> I mean, i've got one LDAP server ( active directory ) but to access to
> different threads i have different URLs.
> Using LDAP authentication method and dspace.cfg i can only put ONE of this
> server so i can't login with users that belongs to other threads...

I'm not sure if I understand your LDAP hierarchy correctly. Do you
have different groups of users in different contexts
(ldap://example.com/o=org,ou=department1 and
ldap://example.com/o=org,ou=department2) or on diferrent LDAP servers
(ldap://ldapserver1.com/o=org,ou=department1 and
ldap://ldapserver2.com/o=org,ou=department2)?

In the first case, the solution is to use hierarchical LDAP which does
search before it does the actual bind. In the second case I don't
believe there's an out-of-the-box solution - you would either have to
implement a class to do that yourself in DSpace or, preferably,
rethink your LDAP directory structure.

Regards,
~~helix84

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to