https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28385

--- Comment #7 from Dobrica Pavlinusic <[email protected]> ---
I was wondering about dropping id and there is also ticket about multiple ldap
servers which would have different ids, but we need to support id="ldapserver"
for upgraded instances, so I decided to start here.

I also considered adding something like:

foreach my $ldap_id ( keys %$ldap ) {
 if ( exists($ldap->{$ldap_id}->{hostname}) ) {
   $ldap = $ldap->{$ldap_id};
   last;
 }
}

but it seemed like too much code. It would support <ldapserver> without any id
and different id from ldapserver, but since we suggest id="ldapserver" is
included in documentation and koha-conf.xml template I decided against it.

Was I wrong about this? ;-)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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