~ubuntu-branches/ubuntu/maverick/audit/maverick

« back to all changes in this revision

Viewing changes to audisp/plugins/remote/audisp-remote.conf

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Matthias Hahn
  • Date: 2008-06-25 09:56:59 UTC
  • mfrom: (1.1.4 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080625095659-ljx2fwefr4x3bb6v
Tags: 1.7.4-1
* New upstream release (Closes: #452414)
* Drop debian/audispd.8 in favour of updtream version.
* debian/control:
  - Build-Deps: +libldap2-dev
  - Bump Standards-Version: 3.8.0
  - New audispd-plugins package.
  - system-config-audit package is currently disabled: rpath problem.
* debian/rules
  - Include /usr/share/quilt/quilt.mak
  - Start auditd already in rcS.
* Add debian/README.source as required by 3.8.0
* debian/auditd.postinst adopted from the Ubuntu branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# This file controls the configuration of the audit remote 
 
3
# logging subsystem, audisp-remote.
 
4
#
 
5
 
 
6
remote_server = 
 
7
port = 60
 
8
transport = tcp
 
9
mode = immediate
 
10
queue_depth = 20
 
11
fail_action = SYSLOG
 
12