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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #60 from [email protected] ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to