Re: Has anyone used the django database as a backend for openldap?

2009-03-05 Thread CLIFFORD ILKAY
Eric Chamberlain wrote: > Hi, > > We have various servers and tools that can use LDAP for users, groups, > and authentication. The users and groups information we would like to > use is in django. > > Has anyone used the django database as a slapd backend? Enabling > OpenLDAP to serve up

Re: Has anyone used the django database as a backend for openldap?

2009-03-05 Thread Mike Dong
We hope that django is able to access LDAP Server as models,but we have not found a good method. We wrote our ldap modules based on python-ldap. If you have some examples about how to integrate into django.db.models, please told me. MikeDong 2009/2/24 Eric Chamberlain : > > Hi, >

Has anyone used the django database as a backend for openldap?

2009-02-23 Thread Eric Chamberlain
Hi, We have various servers and tools that can use LDAP for users, groups, and authentication. The users and groups information we would like to use is in django. Has anyone used the django database as a slapd backend? Enabling OpenLDAP to serve up the django user information LDAP