saslauthd 1023 B

123456789101112131415161718192021222324252627282930313233
  1. # Begin /etc/sysconfig/saslauthd
  2. # Change this to "yes" and select authentification mechanism below
  3. # to enable saslauthd
  4. START="no"
  5. # Which authentification mechanism should saslauthd use?
  6. #
  7. # These are some of the available options:
  8. # kerberos5 -- use Kerberos 5 (available if you compiled saslauthd with
  9. # MIT Kerberos5 support).
  10. # pam -- use PAM (available if you compiled saslauthd with
  11. # Linux PAM support).
  12. # shadow -- use the local shadow password file
  13. # sasldb -- use the local sasldb database file
  14. # ldap -- use LDAP (configuration is in /etc/saslauthd.conf)
  15. # (Available only if you compiled saslauthd with
  16. # OpenLDAP support and with --enable-ldapdb configure switch).
  17. #
  18. # Alternatively, you can run /usr/sbin/pluginviewer to see which plugins
  19. # are available.
  20. AUTHMECH=""
  21. # Add any aditional options you want to pass to saslauthd command line.
  22. # See man 8 saslauthd for more information
  23. OPTIONS=""
  24. # End /etc/sysconfig/saslauthd