[Koha-bugs] [Bug 8993] LDAP authentication improvements: multiple branch and transformation modules

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 24 19:15:27 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8993

astronomypt at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |astronomypt at gmail.com

--- Comment #60 from astronomypt at gmail.com ---
Apparently it is not possible to specify in the LDAP XML configuration
something such as:

<base>OU=subunit,OU=unit,OU=supraunit,DC=dc1,DC=dc0;OU=othersubunit,OU=unit,OU=supraunit,DC=dc1,DC=dc0</base>

Only one search context is allowed at a given time, i.e.,

<base>OU=subunit,OU=unit,OU=supraunit,DC=dc1,DC=dc0</base> 

As far as I understand (sorry, very new to Koha and perl) this patch will solve
the problem?

(I have one solution working already, with very minor changes to
Auth_with_ldap.pm, based on this idea: 

my @base      = split(';',$ldap->{base})        or die
ldapserver_error('base');

but would like to see a solution upstream)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list