Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e7b40bae939a0fcc54e771296830b369cfd02bf6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e7b40bae939a0fcc54e771296830b369cfd02bf6)
  • Date: Sat, 17 Oct 2009 06:36:35 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

collab/openldap/DEPENDS | 2 +-
collab/openldap/HISTORY | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)

New commits:
commit e7b40bae939a0fcc54e771296830b369cfd02bf6
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Revert "openldap: Uses any provider of LIBSASL"

This reverts commit efe9f6c148faa70170403ceda459a6fb88cdc517.

OpenLDAP needs directly cyrus-sasl, it tries to load the plugins:

Oct 17 15:31:40 [slapd] looking for plugins in '/usr/lib/sasl2', failed
to open directory, error: No such file or directory

diff --git a/collab/openldap/DEPENDS b/collab/openldap/DEPENDS
index 252301c..8041d8b 100755
--- a/collab/openldap/DEPENDS
+++ b/collab/openldap/DEPENDS
@@ -12,7 +12,7 @@ optional_depends openssl \
'--without-tls' \
'for SSL/TLS support' &&

-optional_depends LIBSASL '--with-cyrus-sasl' '--without-cyrus-sasl'
\
+optional_depends cyrus-sasl '--with-cyrus-sasl' '--without-cyrus-sasl'
\
'for SASL authentication, if SLAPD is a backend authenticator for SASL,
say "no"' &&

if echo $OPENLDAP_SLAPD | grep -q enable; then
diff --git a/collab/openldap/HISTORY b/collab/openldap/HISTORY
index f016e3f..f248a53 100644
--- a/collab/openldap/HISTORY
+++ b/collab/openldap/HISTORY
@@ -1,6 +1,3 @@
-2009-10-14 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Use any provider of LIBSASL
-
2009-10-06 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.4.19




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e7b40bae939a0fcc54e771296830b369cfd02bf6), Vlad Glagolev, 10/17/2009

Archive powered by MHonArc 2.6.24.

Top of Page