Dear list 
I've seen a number of differnent auth backends for django, but for some 
reason could not find a way to have Django auth against the local system 
users on the local machine (e.g. /etc/passwd). In my case Django is running 
on an intranet site (CentOS6) that is also connected to windows AD. My aim 
is to add users in the default Django model, but have django do password 
verification against the local system (I guess that means PAM). This way 
users only need to change their password once, and locked-out users from AD 
are auto-disabled from the django-site. Additional bonus would be if Django 
understands the AD groups.
I know there is an LDAP backend for django but I just cannot manage to get 
it to work against windows 2003 AD. Being able to auth against local user 
(and have the OS/samba deal with the AD integration) would be much easier. 
Does anyone have any pointers?

many thanks
joris

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/EiybzBmNEWEJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to