Skip to Content.
Sympa Menu

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

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 (8849febc10574ca42d2c30f0945f07352586d9cf)
  • Date: Mon, 6 Jul 2015 16:38:08 +0000

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

crypto/cyrus-sasl/HISTORY | 1 +
crypto/cyrus-sasl/init.d/saslauthd | 2 +-
crypto/cyrus-sasl/init.d/saslauthd.conf | 3 +++
3 files changed, 5 insertions(+), 1 deletion(-)

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

cyrus-sasl: extended init script by adding custom arguments variable

diff --git a/crypto/cyrus-sasl/HISTORY b/crypto/cyrus-sasl/HISTORY
index 50c8374..18f458e 100644
--- a/crypto/cyrus-sasl/HISTORY
+++ b/crypto/cyrus-sasl/HISTORY
@@ -14,6 +14,7 @@
* imap-logout.patch, ldapdb-buffer.patch: backported patches from
Debian
* cve-2013-4122.patch: added, to fix CVE-2013-4122
* db5.patch: dropped, fixed by upstream
+ * init.d/saslauthd{,.conf}: added SASLAUTHD_ARGS

2014-10-24 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: use SSL provider
diff --git a/crypto/cyrus-sasl/init.d/saslauthd
b/crypto/cyrus-sasl/init.d/saslauthd
index 45edab0..0f9248d 100644
--- a/crypto/cyrus-sasl/init.d/saslauthd
+++ b/crypto/cyrus-sasl/init.d/saslauthd
@@ -3,7 +3,7 @@
. /etc/sysconfig/saslauthd

PROGRAM=/usr/sbin/saslauthd
-ARGS="-a $AUTH"
+ARGS="-a $AUTH $SASLAUTHD_ARGS"
RUNLEVEL=3
NEEDS="+remote_fs"

diff --git a/crypto/cyrus-sasl/init.d/saslauthd.conf
b/crypto/cyrus-sasl/init.d/saslauthd.conf
index f4f0b04..a890e28 100644
--- a/crypto/cyrus-sasl/init.d/saslauthd.conf
+++ b/crypto/cyrus-sasl/init.d/saslauthd.conf
@@ -1,2 +1,5 @@
# authentication mechanism to use
AUTH=shadow
+
+# for arguments and description see saslauthd(8)
+SASLAUTHD_ARGS=""



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8849febc10574ca42d2c30f0945f07352586d9cf), Vlad Glagolev, 07/06/2015

Archive powered by MHonArc 2.6.24.

Top of Page