X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=files%2Fetc%2Fdefault%2Fsaslauthd.restore;fp=files%2Fetc%2Fdefault%2Fsaslauthd.restore;h=fe05ad948eab3381c9b1563b4b089c095faacaa9;hb=fb6f8342e35d6a5f0754c028c47c721c92fd28c9;hp=0000000000000000000000000000000000000000;hpb=8d308d3e9995bf58bf7132007fab6f55fe6ff3f9;p=carnet-upgrade.git diff --git a/files/etc/default/saslauthd.restore b/files/etc/default/saslauthd.restore new file mode 100644 index 0000000..fe05ad9 --- /dev/null +++ b/files/etc/default/saslauthd.restore @@ -0,0 +1,38 @@ +# +# Settings for saslauthd daemon +# + +# Should saslauthd run automatically on startup? (default: no) +START=no + +# Which authentication mechanisms should saslauthd use? (default: pam) +# +# Available options in this Debian package: +# getpwent -- use the getpwent() library function +# kerberos5 -- use Kerberos 5 +# pam -- use PAM +# rimap -- use a remote IMAP server +# shadow -- use the local shadow password file +# sasldb -- use the local sasldb database file +# ldap -- use LDAP (configuration is in /etc/saslauthd.conf) +# +# Only one option may be used at a time. See the saslauthd man page +# for more information. +# +# Example: MECHANISMS="pam" +MECHANISMS="pam" + +# Additional options for this mechanism. (default: none) +# See the saslauthd man page for information about mech-specific options. +MECH_OPTIONS="" + +# How many saslauthd processes should we run? (default: 5) +# A value of 0 will fork a new process for each connection. +THREADS=5 + +# Other options (default: -c) +# See the saslauthd man page for information about these options. +# +# Example for postfix users: "-c -m /var/spool/postfix/var/run/saslauthd" +# Note: See /usr/share/doc/sasl2-bin/README.Debian +OPTIONS="-c"