micahmanquen / django-ldap-groups

Automatically exported from code.google.com/p/django-ldap-groups
0 stars 0 forks source link

Updates #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hey, not sure if this is maintained at all still. I actually have been using it 
well for years. I need to add a feature to store more settings in the database 
instead of settings.py for multi-tenant support. Should I just fork?

Original issue reported on code.google.com by dmbs...@gmail.com on 3 Sep 2014 at 7:48

GoogleCodeExporter commented 8 years ago
I'm excited you are still using the project, but it is entirely unmaintained. I 
have not had a need to authenticate Django against LDAP for a few years now. Do 
feel free to fork and take over maintainership -- you may want to look over the 
other open issues.

In addition, I've added a note to the project home page announcing the 
unmaintained status. If you'd like, I'm happy to add a pointer to whatever 
repository home page you set up.

Original comment by tphern...@gmail.com on 3 Sep 2014 at 8:02

GoogleCodeExporter commented 8 years ago
Hehe yeah I was actually just patching it for modern django. It's simple and 
does what I need (group mappings). 

https://github.com/burke-software/django-ldap-groups

I've added modern django support and optional django-constance support in case 
one needs to store LDAP configuration in the database. I have to write some 
documentation still. Could I have access to the pypi account? If not I can just 
fork it with a new name. My pypi username is David.Burke

Original comment by dmbs...@gmail.com on 5 Sep 2014 at 3:31