[koha-commits] main Koha release repository branch master updated. v3.22.00-1077-g85ea73d

Git repo owner gitmaster at git.koha-community.org
Fri Apr 1 21:16:07 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  85ea73db9d181f9feaf99fa6a94da8a3da570909 (commit)
       via  b3311913b3b51faed300af98016c25cbd507fb44 (commit)
      from  6e8d24231c03775422f403a76ca41ccf22f40558 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 85ea73db9d181f9feaf99fa6a94da8a3da570909
Author: Joonas Kylmälä <j.kylmala at gmail.com>
Date:   Mon Aug 31 09:41:34 2015 +0000

     Bug 11807: (follow-up) remove date conversions
    
    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 <chris at bigballofwax.co.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit b3311913b3b51faed300af98016c25cbd507fb44
Author: Frédérick <frederick.capovilla at libeo.com>
Date:   Wed Feb 19 12:02:41 2014 -0500

     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 <chris at bigballofwax.co.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/Auth_with_ldap.pm |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list