This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Savane-cleanup framework".
The branch, master has been updated via c90ce44cd395fd635ae5cc9a326afe6aecbe1f33 (commit) from 015a0817de615081b2a4ea83ddf9f5f671ac6299 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.savannah.gnu.org/cgit/savane-cleanup/framework.git/commit/?id=c90ce44cd395fd635ae5cc9a326afe6aecbe1f33 commit c90ce44cd395fd635ae5cc9a326afe6aecbe1f33 Author: Jonathan Gonzalez V <z...@gnu.org> Date: Tue Aug 4 21:45:54 2009 -0400 Add comments recolected from #savannah diff --git a/doc/LDAP b/doc/LDAP index 459f44f..a9bf0c9 100644 --- a/doc/LDAP +++ b/doc/LDAP @@ -100,3 +100,25 @@ apt-get --assume-yes install nscd # number of result entries in slapd (sizelimit), or filter out some # users, e.g. with nss_base_passwd # ou=users,dc=savannah,dc=gnu,dc=org?sub?!(shadowExpire=10) + + +Django and LDAP +=============== + +After some discussion at #savannah some problems came up with on +using LDAP with Django, here is part of the things that needs to be +fixed: + + * Too slow to get the user information from the LDAP, the solution + proposed by Beuc was use nscd. + * Django doesn't support LDAP authentication a patch needs to be + apply for this purpose. + * There's no transparent way to read/write against the LDAP + database with Django. + +Some solutions were proposed: + + * A cron job to sync the Django database with the LDAP database. + * Trigger some update against the LDAP when is necessary. + * Use slapd-sql (http://linux.die.net/man/5/slapd-sql). + ----------------------------------------------------------------------- Summary of changes: doc/LDAP | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) hooks/post-receive -- Savane-cleanup framework _______________________________________________ Savannah-cvs mailing list Savannah-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/savannah-cvs