http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8993 --- Comment #29 from Julian Maurice <julian.maurice@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.