Login or Signup

← Back to Task List

lukeman
Assignee: lukeman
State: new
Creator: lukeman
Created: March 1, 2010
Modified: 4mn, 3wk ago
History of this Task
Nudges: 0

#637: Include an example of using LDAP authentication in Pinax

After using LDAP authentication for a bit now in a project that will be going live soon, I'm comfortable writing up the status of integrating an LDAP authentication backend into Pinax.

As I am aware today, there are two existing options for implementation:

- django-ldap-groups

- django-auth-ldap

I've tested django-ldap-groups and the authentication portion works. Settings can get a bit messy (and change per LDAP vendor) and the group mapping didn't seem to work properly out of the box with Active Directory. For these reasons, I've held off offering a patch to Pinax.

I just found django-auth-ldap today through a bit of searching. It seems to be a fairly mature package (shipping with docs and tests) and the configuration options seem to be implemented cleanly. I have not tested it with Pinax yet, but will do so in the coming day(s).

Both are license compatible with Pinax, so I'm going to do a bit more research and work on an implementation with whichever fits in better with Pinax.

2 comments; Status: none

Comment

Please Login (or Sign Up) to leave a comment