[Koha-bugs] [Bug 11807] New: Add categorycode conversions to LDAP authentication.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 20 22:15:44 CET 2014


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

            Bug ID: 11807
           Summary: Add categorycode conversions to LDAP authentication.
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Authentication
          Assignee: gmcharlt at gmail.com
          Reporter: fcapovilla at live.ca
        QA Contact: testopia at bugs.koha-community.org
                CC: dpavlin at rot13.org

Created attachment 25526
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25526&action=edit
Add support for categorycode conversions when updating an user using  a LDAP
server.

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>

With this configuration, LDAP users with the usertype value "EMP" on the LDAP
server should have the "EMPLOYEE" categorycode in Koha.

Sponsored-by: CCSR ( http://www.ccsr.qc.ca )

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


More information about the Koha-bugs mailing list