http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11807
Chris Cormack <ch...@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #25526|0 |1 is obsolete| | --- Comment #6 from Chris Cormack <ch...@bigballofwax.co.nz> --- Created attachment 46182 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46182&action=edit Bug 11807 : Add support for categorycode conversions when updating an user using a LDAP server. To test 1/ Apply both patches 2/ This patch lets you easily configure mappings for categorycode values. These mapping will be used when updating the user's account after a successful LDAP login. Here is an example configuration : <config> <ldapserver id="ldapserver> <mapping> <categorycode is="usertype">STU</categorycode> ... </mapping> <categorycode_mapping> <categorycode value="STU">STUDENT</categorycode> <categorycode value="EMP">EMPLOYEE</categorycode> </categorycode_mapping> </ldapserver> </config> 3/ With this configuration, LDAP users with the usertype value "EMP" on the LDAP server should have the "EMPLOYEE" categorycode in Koha. Signed-off-by: Chris <ch...@bigballofwax.co.nz> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org 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/