sasl/fsl.sasl

Sat, 18 Apr 2009 14:16:26 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 18 Apr 2009 14:16:26 +0200
changeset 165
cff8cdb0b6c4
permissions
-rw-r--r--

Correct substitutions and missing constructs throughout packaging.
Correct shtool(1) substitutions throughout, mostly embedded single
quotes and matching commas or semicolons. Install config files of
the form <plugin-name>_config.php for all unhandled plugins. Correct
superflous empty line in RPM files processing. Include squirrel_logger
config.php in config file attribute list. Remove unconfigurable captcha
backends from config file attribute list.

     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