xref: /minix/crypto/external/bsd/libsaslc/etc/README (revision ebfedea0)
1$NetBSD: README,v 1.1 2011/02/20 02:12:31 christos Exp $
2
3These are example configuration files that are supposed to be installed
4in /etc/saslc.d/ and are used to configure saslc globally as well as its
5different authentication mechanisms.
6
7The tree hierarchy looks like:
8
9Default and global configuration files:
10
11    /etc/saslc.d/saslc/saslc.conf
12    /etc/saslc.d/saslc/mechs/{ANONYMOUS,CRAM-MD5,DIGEST-MD5}.conf
13    /etc/saslc.d/saslc/mechs/{EXTERNAL,GSSAPI,LOGIN,PLAIN}.conf
14
15Custom configuration files for <program> (for example postfix):
16
17    /etc/saslc.d/<program>/saslc.conf
18    /etc/saslc.d/<program>/mechs/{ANONYMOUS,CRAM-MD5,DIGEST-MD5}.conf
19    /etc/saslc.d/<program>/mechs/{EXTERNAL,GSSAPI,LOGIN,PLAIN}.conf
20
21Remember that some of the files contain sensitive information and should
22be installed with the proper permissions (0600).
23