https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17113
Bug ID: 17113
Summary: Unable to search multi-domain Active Directory forest
due LDAP required base
Change sponsored?: ---
Product: Koha
Version: 3.22
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Authentication
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Auth_with_ldap currently prevents the use of an empty base due to the presence
of
my $base = $ldap->{base} or die ldapserver_error('base');
An AD Global Catalog search will automatically query all domains in a forest if
a blank base is specified, but otherwise limits the search to the domain
matching the base. Not being able to specify an empty base makes things
difficult if the forest contains disjoint domains that cannot be combined into
a single search base.
(Uncertain how this interacts with the work on bug 8993, but being able to use
the forest wide Global Catalog searches removes a lot of the contortions needed
to direct requests to the correct host responsible for a domain.)
--
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/