The default configuration file
The default configuration file
Next: Application configuration Up: SASL Previous: How to set configuration
The default configuration file
By default, the Cyrus SASL library reads it's options from /usr/lib/sasl/App.conf (where "App" is the application defined name of the application). For instance, Sendmail reads it's configuration from "/usr/lib/sasl/Sendmail.conf" and the sample server application included with the library looks in "/usr/lib/sasl/sample.conf".
A standard Cyrus SASL configuration file looks like:
srvtab: /var/app/srvtab
pwcheck_method: kerberos_v4
2005-05-04