[Koha-devel] Is the support of multiple LDAP servers in koha-conf.xml planned?

Uwe Dierolf uwe.dierolf at kit.edu
Tue May 3 16:08:02 CEST 2022


Hi all,

at the moment C4::Auth_with_ldap supports only one ldap-server.
If the authentication against this ldap-server fails, koha tries to
use the credentials to authenticate by using the internal koha accounts.

In some cases it would be practical if we could use multiple blocks like so in the koha-conf.xml:

    <ldapserver id="ldapserver-1" ...>
    </ldapserver>
    ....
    <ldapserver id="ldapserver-2" ...>
    </ldapserver>

and if koha would try to authenticate with the given credentials using
all ldapservers and at the end the internal koha accounts.

Best regards, Uwe 

--------------------------------------------------------------------------
Uwe Dierolf
Karlsruher Institut für Technologie (KIT)
KIT-Bibliothek
Telefon: +49 721 608-46076
--------------------------------------------------------------------------



More information about the Koha-devel mailing list