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