LDAP mixed login mode

Hi,
I’ve configured the LDAP module successfully.

Now that mayan edms is using LDAP to authenticate users, how can I login using the local administrator account?

thanks
Leonardo

Hi acquleo

As per my tests you should use

AUTHENTICATION_BACKENDS = (
    'django_auth_ldap.backend.LDAPBackend',
    'django.contrib.auth.backends.ModelBackend',
)

at the end of your LDAP config file