diff options
author | Tuan Van <langthang@gentoo.org> | 2005-05-27 00:22:28 +0000 |
---|---|---|
committer | Tuan Van <langthang@gentoo.org> | 2005-05-27 00:22:28 +0000 |
commit | ecd09ba6571d640abf04e7342f57fae97f0db5f8 (patch) | |
tree | fce8cc3324a42496d7251dfe09abfafa669fb835 /dev-libs/cyrus-sasl | |
parent | Took out unnecessary comments (diff) | |
download | gentoo-2-ecd09ba6571d640abf04e7342f57fae97f0db5f8.tar.gz gentoo-2-ecd09ba6571d640abf04e7342f57fae97f0db5f8.tar.bz2 gentoo-2-ecd09ba6571d640abf04e7342f57fae97f0db5f8.zip |
add missing saslauthd-2.1.21.conf
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs/cyrus-sasl')
-rw-r--r-- | dev-libs/cyrus-sasl/files/saslauthd-2.1.21.conf | 25 |
1 files changed, 25 insertions, 0 deletions
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" |