[koha-commits] main Koha release repository branch, new/bug_5094, created. v3.04.00-145-g7bb178e

Git repo owner gitmaster at git.koha-community.org
Fri Jun 17 05:06:26 CEST 2011


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, new/bug_5094 has been created
        at  7bb178e30be74abda82eb4fcaaa873be3dfcc5ef (commit)

- Log -----------------------------------------------------------------
commit 7bb178e30be74abda82eb4fcaaa873be3dfcc5ef
Author: Jeremy Crabtree <JeremyC at uta.edu>
Date:   Fri Jun 17 15:02:50 2011 +1200

    Bug 5094  auth_by_bind authentication can fail even if given a correct password and userid
    
    When using
    
    <replicate>0</replicate> <!-- add new users from LDAP to Koha database -->
    <update>0</update> <!-- update existing users in Koha database ->
    <auth_by_bind>1</auth_by_bind> <!-- set to 1 to authenticate by
    binding instead of password comparison, e.g., to use Active Directory -->
    
    Auth_with_ldap attempts to lookup the userid in the LDAP directory to
    fill $userldapentry despite it being unneeded in this case.  The information
    retrieved will be thrown away, thus there is no need to retrieve it.
    This can cause authentication to fail overall even if the initial bind with the
    user's credentials succeeded
    
    Signed-off-by: Joe Atzberger <ohiocore at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 8996faae15420284318344cde78c2858bc4adb3a
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Thu Jun 16 16:53:17 2011 -0400

    Bug 6512: time missing from item circulation history
    
    Re-enables the display of the seentime in circ/bookcount.tt; a DEFAULT was set, but
    the value was never actually called into the template.
    
    This patch also moves the time to the right side of the date, and removes the ??:?? default,
    because otherwise, it's just silly
    
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list