blob: 296faa17627b4ec0d1972ff472069a0032bd304e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Audit configuration file
# The parameters must be in this order
#
# program=program executable filename
program=audit
# File name for the audit log
log=logs/audit.log
# files to be added to the program
needkey=false
needauxcfg=false
neediatt=false
needoatt=true
needpwd=false
# Project administrator
email=framework@email.com
# Notification receivers (email addresses)
notifs=0
# Authorized senders (administrators) (userid=email)
needsenders=true
joe=joe@email.com
|