summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuan Van <langthang@gentoo.org>2005-05-27 00:22:28 +0000
committerTuan Van <langthang@gentoo.org>2005-05-27 00:22:28 +0000
commitd59ac5156eb24a7b4ca64479cd8e43e77e4a9657 (patch)
treefde79476a713364d7cd7c1f23399f73251a71af2 /dev-libs
parentTook out unnecessary comments (diff)
downloadhistorical-d59ac5156eb24a7b4ca64479cd8e43e77e4a9657.tar.gz
historical-d59ac5156eb24a7b4ca64479cd8e43e77e4a9657.tar.bz2
historical-d59ac5156eb24a7b4ca64479cd8e43e77e4a9657.zip
add missing saslauthd-2.1.21.conf
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/cyrus-sasl/Manifest7
-rw-r--r--dev-libs/cyrus-sasl/files/saslauthd-2.1.21.conf25
2 files changed, 29 insertions, 3 deletions
diff --git a/dev-libs/cyrus-sasl/Manifest b/dev-libs/cyrus-sasl/Manifest
index d0b6bbcbbb7c..20cb86e03db3 100644
--- a/dev-libs/cyrus-sasl/Manifest
+++ b/dev-libs/cyrus-sasl/Manifest
@@ -31,6 +31,7 @@ MD5 a1b5b72d1285487654685fc497aa81b5 files/saslauthd.pam-include 160
MD5 52645b3330ddad9ce06f2a0eebb8d345 files/saslauthd-2.1.19.conf 906
MD5 41c1024f02bc0725406a23eeff93edd5 files/saslauthd-2.1.20.conf 906
MD5 cb4a5c5160219818e04196847ba9f7a1 files/cyrus-sasl-2.1.17-db4.patch 1451
+MD5 4717e635830a067d9abb83da6b2700cb files/saslauthd-2.1.21.conf 906
MD5 7b24e99c21a5924543fe82cd82a1d741 files/saslauthd.pam 223
MD5 c38995773eff23cf7f05b23fe7fba6d3 files/saslauthd.rc6 525
MD5 4144a6962acfd7983cc292259375149d files/cyrus-sasl-2.1.19-configdir.patch 8231
@@ -52,7 +53,7 @@ MD5 6e3a4b0f3a097e9aadfe5ac4efe8a7bf files/digest-cyrus-sasl-2.1.21 156
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFClCGrViELBEf1JB0RAhytAJ9EgSwcBGehbT162XlY2fu9+fTVcQCfTJL/
-2IhNNXrZUiZDhI4CLaQRjUk=
-=0Nt+
+iD8DBQFClmlQ5FrxP71izLARAibmAKDX2Sd0Youh1Cs8nsMcU2x3A++1QgCgnekA
+jD76keqQ5x+prKefWMtD/Vo=
+=Ak2K
-----END PGP SIGNATURE-----
diff --git a/dev-libs/cyrus-sasl/files/saslauthd-2.1.21.conf b/dev-libs/cyrus-sasl/files/saslauthd-2.1.21.conf
new file mode 100644
index 000000000000..f70b7ac8bfb5
--- /dev/null
+++ b/dev-libs/cyrus-sasl/files/saslauthd-2.1.21.conf
@@ -0,0 +1,25 @@
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/files/saslauthd-2.1.21.conf,v 1.1 2005/05/27 00:22:28 langthang Exp $
+
+# Config file for /etc/init.d/saslauthd
+
+# Initial (empty) options.
+SASLAUTHD_OPTS=""
+
+# Specify the authentications mechanism.
+# *NOTE* For list see: saslauthd -v
+# From 2.1.19, add "-r" to options for old behavior
+# ie. reassemble user and realm to user@realm form.
+# SASLAUTHD_OPTS="${SASLAUTH_MECH} -a pam -r"
+SASLAUTHD_OPTS="${SASLAUTH_MECH} -a pam"
+
+# Specify the hostname for remote IMAP server.
+# *NOTE* Only needed if rimap auth mech is used.
+#SASLAUTHD_OPTS="${SASLAUTHD_OPTS} -O localhost"
+
+# Specify the number of worker processes to create.
+#SASLAUTHD_OPTS="${SASLAUTHD_OPTS} -n 5"
+
+# Enable credential cache, cache size, and timeout.
+# *NOTE* Size is measured in kilobytes
+# Timeout is measured in seconds
+#SASLAUTHD_OPTS="${SASLAUTHD_OPTS} -c -s 128 -t 30"