This document contains information on what options are used by the Cyrus SASL library and bundled mechanisms:
Option | Used By | Description | Default |
---|---|---|---|
auto_transition | SASL Library | When set to 'y', automatically transition users to other mechs when they do a successful plaintext authentication | 'n' |
canon_user_plugin | SASL Library | Name of canon_user plugin to use | INTERNAL |
keytab | GSSAPI | Location of keytab file | System Dependant |
mech_list | SASL Library | Whitespace separated list of mechanisms to allow (e.g. 'plain otp'). Used to restrict the mechanisms to a subset of the installed plugins. | All Available |
opiekeys | OTP | Location of the opiekeys file | /etc/opiekeys |
plugin_list | SASL Library | Location of Plugin list (Unsupported) | N/A |
pwcheck_method | SASL Library | Mechanism used to verify passwords, used by sasl_checkpass (possible values: 'auxprop', 'pwcheck', 'saslauthd', 'alwaystrue') | auxprop |
saslauthd_path | SASL Library | Path to saslauthd binary | System Dependant |
sasldb_path | sasldb plugin | Path to sasldb file | /etc/sasldb2 (System Dependant) |
srvtab | KERBEROS_V4 | Location of the srvtab file | System Dependant |