http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12831
--- Comment #4 from Martin Renvoize <[email protected]> --- Hmm.. I'm still not really sure if a return code of 34 (LDAP_INVALID_DN_SYNTAX (34)) is all we should be looking for here. For example, what about: LDAP_NO_SUCH_OBJECT (32) Or, should we be catching LDAP_INVALID_CREDENTIALS (49) for an expired password only? Dobrica, do you have any comment? -- 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/
