I'm trying to set up LDAP authentication with my Django app using Django-Auth
The basic idea I want to do is any LDAP user with "IT - Help Desk" in the description would get mapped to a certain Django group, a user with "Admin" in the description would go to another Django group, and anyone else wouldn't be allowed in.
(There are legacy reasons I have to use the description field, so that's not an option to change)
Update: Some parts of the follow up conversation moved over here.