In 1.2.15 version of django-auth-ldap, the authenticate() function of LDAPBackend takes username and password as keyword arguments. This commit updates the code to match this change. Fixes #6588