sasl/fsl.sasl

Tue, 28 Aug 2012 18:32:00 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 28 Aug 2012 18:32:00 +0200
changeset 550
b663cfca750a
permissions
-rw-r--r--

Update version, introduce new required daq dependency, integrated pulled
pork utility, improve build portability, and correct nonportable u_int types.

     1 ##
     2 ##  fsl.sasl -- OSSP fsl configuration
     3 ##
     5 ident (saslauthd)/.+ q{
     6     prefix(
     7         prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
     8     )
     9     -> {
    10         debug: file(
    11             path="@l_prefix@/var/sasl/log/saslauthd.log",
    12             perm=0600
    13         )
    14     }
    15 };

mercurial