[Koha] Multiple LDAPs

Joe Atzberger ohiocore at gmail.com
Wed Jun 10 06:19:11 NZST 2009


The Net::LDAP module does support multiple targets, but nobody has
implemented this in Koha, to my knowledge.  Your main consideration should
be namespace collision.  Before attempting what you describe you have to
guarantee that the usernames would never overlap between various LDAP
targets.  This seems unlikely to have been designed in, since it would have
been easier to consolidate the servers than to coordinate separate ones in
parallel.

Your best bet is to construct an LDAP proxy server with the behavior you
want, and then use Koha with the proxy as the sole target.

--joe via cell

On Jun 9, 2009 1:56 PM, "Walls, Ian" <Ian.Walls at med.nyu.edu> wrote:

 Koha folks,





My library serves multiple institutions, and we have valid library patrons
coming to us  who are authenticated against different LDAP servers.  I
remember seeing somewhere, briefly, in some Koha documentation, something
about support for multiple LDAPs, but when I try to find it again, or any
kind of example on how to set it up, I turn up nothing.



We’d want the system to behave something like this:

1.       Check first LDAP; if patron authenticates, end.  Else:

2.       Check second LDAP; if patron authenticates, end.  Else:

3.       Either check a third LDAP, or just use the internal Koha login
authentication (can one mix and match LDAP auth and Koha DB auth?).

4.       Ultimately reject if not in any of the above sources



Does the existing code support this, or would a modification need to be
made?  If it already does, how can I go about setting it up?  If it doesn’t,
where in the code should I look to make the enhancement?



Any assistance is greatly appreciated.  Thanks!





Ian Walls

Systems Integration Librarian

NYU Health Sciences Libraries

(212) 263-8687





 ------------------------------------------------------------
This email message, including any attachments, is for the sole use of the
intended recipient(s) and may contain information that is proprietary,
confidential, and exempt from disclosure under applicable law. Any
unauthorized review, use, disclosure, or distribution is prohibited. If you
have received this email in error please notify the sender by return email
and delete the original message. Please note, the recipient should check
this email and any attachments for the presence of viruses. The organization
accepts no liability for any damage caused by any virus transmitted by this
email.
=================================


_______________________________________________
Koha mailing list
Koha at lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.katipo.co.nz/pipermail/koha/attachments/20090609/8d9d75ef/attachment.htm 


More information about the Koha mailing list