[Koha-patches] LDAP auth and bug 5995

Chad Billman chad at pennmanor.net
Wed Jun 29 19:37:48 CEST 2011


I updated our koha server to the latest 3.4.x via git and noticed that 
ldap authentication was broken for the staff side.

In our environment our userid != cardnumber. During debugging I noticed 
the getuserflags function was actually comparing against the cardnumber 
and not the permission bits. This happens when the query in 
haspermission() does not return any rows.

The second patch removes part of the patch for bug 5995. If I am 
understanding that bug correctly this ok as long as haspermission is fixed.

Chad Billman


More information about the Koha-patches mailing list