This document contains information on what options are used by the Cyrus SASL glue code and bundled mechanisms:
| Option | Used By | Description | Default |
|---|---|---|---|
| auto_transition | Glue Code | When set to 'y', automatically transition users to other mechs when they do a successful plaintext authentication | 'n' |
| canon_user_plugin | Glue Code | Name of canon_user plugin to use | INTERNAL |
| keytab | GSSAPI | Location of keytab file | System Dependant |
| plugin_list | Glue Code | Location of Plugin list (Unsupported) | N/A |
| pwcheck_method | Glue Code | Mechanism used to verify passwords, used by sasl_checkpass (possible values: 'auxprop', 'pwcheck', 'saslauthd', 'alwaystrue') | auxprop |
| saslauthd_path | Glue Code | Path to saslauthd binary | System Dependant |
| srvtab | KERBEROS_V4 | Location of the srvtab file | System Dependant |