[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] [SCM] Savane-cleanup framework branch, master, updated. b
From: |
Sylvain Beucler |
Subject: |
[Savannah-cvs] [SCM] Savane-cleanup framework branch, master, updated. b57dba6dfdd8df2b0f3451e2add4386cf73dc296 |
Date: |
Thu, 08 Jul 2010 14:54:21 +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 b57dba6dfdd8df2b0f3451e2add4386cf73dc296 (commit)
from 1b2071aba4dfb51202b2bfecc30b1ba8b7836987 (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=b57dba6dfdd8df2b0f3451e2add4386cf73dc296
commit b57dba6dfdd8df2b0f3451e2add4386cf73dc296
Author: Sylvain Beucler <address@hidden>
Date: Tue Jul 6 14:26:36 2010 +0200
Doc fixes
diff --git a/INSTALL b/INSTALL
index 7b2ea18..8ffb914 100644
--- a/INSTALL
+++ b/INSTALL
@@ -37,6 +37,11 @@ Edit the the file savane/settings.py and edit:
DATABASE_USER, DATABASE_PASSWORD, DATABASE_HOST to the proper data
needed to connect to the MySQL database.
+Initialize the database::
+
+ ./manage.py syncdb
+ ./manage.py loaddata savane/svmain/fixtures/*.yaml
+
* Run for testing:
diff --git a/doc/LDAP b/doc/LDAP
index e94d3dc..ce843e3 100644
--- a/doc/LDAP
+++ b/doc/LDAP
@@ -47,7 +47,7 @@ There are a few issues with using LDAP+Django+Unix:
Some solutions:
- Use slapd-sql so LDAP fetchs the data transparently in SQL. But it's
- experimental, we did test.
+ experimental, we didn't test.
http://www.openldap.org/software/man.cgi?query=slapd-sql
- Export the database to LDAP (instead of the other way around). This
@@ -60,7 +60,7 @@ Some solutions:
- Modify 3rd-party apps so they use an external database for
authentication, instead of using an external LDAP directory.
-- Is LDAP is used for the system (Unix) through libnss-ldap(d), the
+- If LDAP is used for the system (Unix) through libnss-ldap(d), the
performances issues are not fixed. Either you need to rely on nscd
(but this means you'll get a cache delay before changes are taken
into account, which defeats the point of using libnss-*), either you
-----------------------------------------------------------------------
Summary of changes:
INSTALL | 5 +++++
doc/LDAP | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
hooks/post-receive
--
Savane-cleanup framework
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] [SCM] Savane-cleanup framework branch, master, updated. b57dba6dfdd8df2b0f3451e2add4386cf73dc296,
Sylvain Beucler <=