[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
Mon Jun 10 09:49:40 CEST 2013


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

--- Comment #29 from Julian Maurice <julian.maurice at biblibre.com> ---
(In reply to comment #23)
> OOH, now that I have had enough sleep, is there really a good reason to
> introduce completely different configuration for LDAP server? Adding
> <branch>, <transform> and few other tags into existing configuration would
> probably result in simpler code and easier upgrade path.

If you are refering to the use of xml attributes instead of xml tags, I think
you can use the one you prefer, as:
  <ldapserver update="1" />
and
  <ldapserver>
    <update>1</update>
  </ldapserver>

will both result in a hash:
{
  update => "1"
}

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


More information about the Koha-bugs mailing list