http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7973
--- Comment #30 from Rolando Isidoro <[email protected]> --- >From reading the entries you posted from your error log, it seems the main one, LDAP Auth rejected : invalid password for user '<<USERNAME>>'. LDAP error #16: LDAP_NO_SUCH_ATTRIBUTE, refers to a piece of code from Auth_with_ldap.pm that remained unchanged. Looking at the source code it seems like your LDAP entries don't have an 'userpassword' attribute, which results in the failed authentication process. Again, the patch aimed to solve LDAP auth with anonymous bind. If that's your LDAP server scenario, then you should be able to login with the 'auth_by_bind' set to 1. Otherwise, 'auth_by_bind' should be set to 0. To try to help you further, can you ask your LDAP server admins a step-by-step description of the authentication process of you setup? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
