savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [SCM] Savane-cleanup framework branch, master, updated. c


From: Jonathan Gonzalez V.
Subject: [Savannah-cvs] [SCM] Savane-cleanup framework branch, master, updated. c90ce44cd395fd635ae5cc9a326afe6aecbe1f33
Date: Wed, 05 Aug 2009 01:46:09 +0000

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 <address@hidden>
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]