http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8993 astronomypt@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |astronomypt@gmail.com --- Comment #60 from astronomypt@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.