94949f362e
Tue Mar 16 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.18-2 - turn on building of libsasl v1 again Fri Mar 12 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.18-1 - update to 2.1.18 - saslauthd's ldap code is no longer marked experimental, so we build it Mon Mar 08 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.17-4 - rebuild Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Tue Feb 03 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.17-2 - include default /etc/sysconfig/saslauthd configuration file for the init script (#114868) Thu Jan 29 2004 Nalin Dahyabhai <nalin@redhat.com> - drop saslauthd_version patch for libsasl2 Thu Jan 29 2004 Nalin Dahyabhai <nalin@redhat.com> - add a saslauthd_version option to libsasl's saslauthd client and teach it to do the right thing - enable the saslauthd client code in libsasl version 1 (it's still going away!) - add saslauthd1-checkpass/saslauthd2-checkpass for testing the above change
12 lines
420 B
Plaintext
12 lines
420 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 to use.
|
|
MECH=shadow
|
|
|
|
# Additional flags to pass to saslauthd on the command line. See saslauthd(8)
|
|
# for the list of accepted flags.
|
|
FLAGS=
|