hello all simple question: is it possible to use different authentication backends for different branches in one koha installation? mj
mourik jan heupink a écrit :
hello all
simple question: is it possible to use different authentication backends for different branches in one koha installation?
Hi Mourik, nice to read you here. to answer your question : yes and no. tweaking auth_with_ldap.pm will let you use any back end, even some. the problem being to know which back end to check when. a solution could be probably : - try backend 1 - if auth failed => try backend 2 Another possibility would be to let the user specify it's branch in the template. But that would require more coding & let you with a non official Koha. -- Paul POULAIN et Henri Damien LAURENT Consultants indépendants en logiciels libres et bibliothéconomie (http://www.koha-fr.org) Tel : 04 91 31 45 19
hallo all,
nice to read you here. it's the place to be, right..? ;-)
a solution could be probably : - try backend 1 - if auth failed => try backend 2 Thanks. I thought of this solution myself, just wanted to make sure there was not another, more 'official' way of doing this.
Another possibility would be to let the user specify it's branch in the template. But that would require more coding & let you with a non official Koha. And I'm not a perl programmer at all, so I'd have NO idea where to start. :-)
Solution one sounds good enough. Thanks! mourik jan
participants (3)
-
mourik jan -
mourik jan heupink -
Paul POULAIN