On 21 Jan 2013, at 5:03 PM, [email protected] wrote: > AUTHENTICATION_BACKENDS = ( > 'django_auth_ldap.backend.LDAPBackend', > #'baruwa.auth.backends.MailBackend', > 'django.contrib.auth.backends.ModelBackend', > #'baruwa.auth.radius.RadiusAuth', > )
Oops i did not see that you are using the django_auth_ldap backend, that may not support the workflow that the built in authentication mechanisms use to lock[1] the local accounts. [1] https://github.com/akissa/baruwa/blob/master/src/baruwa/auth/ad.py#L290 -- www.baruwa.org _______________________________________________ Keep Baruwa FREE - http://pledgie.com/campaigns/12056

