sasl/fsl.sasl

Sat, 06 Oct 2012 21:52:50 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 06 Oct 2012 21:52:50 +0200
changeset 730
f516669e3b85
permissions
-rw-r--r--

Correct missing dependency to apache-php::with_simplexml. This flaw
left uncorrected leads to a fatal runtime failure.

     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