77ce9f786e
- turn off compilation of libsasl v1 (finally) - explicitly disable sqlite to avoid the build warning - change the default mechanism which is set for saslauthd from "shadow" to "pam" (#159194) - split the shared library up from saslauthd so that multilib systems don't have to pull in every dependency of saslauthd for the compat arch (#166749)
12 lines
433 B
Plaintext
12 lines
433 B
Plaintext
# Directory in which to place saslauthd's listening socket, pid file, and so
|
|
# on. This directory must already exist.
|
|
SOCKETDIR=/var/run/saslauthd
|
|
|
|
# Mechanism to use when checking passwords. Run "saslauthd -v" to get a list
|
|
# of which mechanism your installation was compiled with the ablity to use.
|
|
MECH=pam
|
|
|
|
# Additional flags to pass to saslauthd on the command line. See saslauthd(8)
|
|
# for the list of accepted flags.
|
|
FLAGS=
|