Wydawca (split by node):   Section:   Chapter:FastBack: configuring   Up: configuring   FastForward: wydawca.conf   Contents: Table of ContentsIndex: Concept Index

4.6 TCP Wrappers

Access to the socket specified in listen statement is controlled by the tcp-wrapper block statement:

Config: tcp-wrapper { … }
tcp-wrapper {
  enable arg:boolean;
  daemon name:string;
  allow-table file:string;
  deny-table file:string;
  allow-syslog-priority prio:string;
  deny-syslog-priority prio:string;
}

This statement is available only if wydawca was compiled with support for TCP wrappers.

Config: tcp-wrapper: enable bool

Enable or disable the use of TCP wrappers.

Config: tcp-wrapper: daemon name

Set the daemon name. It is the name before the colon in the access control file, that marks the line controlling access to wydawca. The default is ‘wydawca’.

Config: tcp-wrapper: allow-table file

File name of the positive access control file. By default /etc/hosts.allow.

Config: tcp-wrapper: deny-table file

File name of the negative access control file. By default /etc/hosts.deny.

Config: tcp-wrapper: allow-syslog-priority prio

Log allowed accesses via the given syslog priority.

Config: tcp-wrapper: deny-syslog-priority prio

Log denied accesses via the given syslog priority.

Allowed values for prio in the ‘allow-syslog-priority’ and ‘deny-syslog-priority’ statements are: ‘emerg’, ‘alert’, ‘crit’, ‘err’, ‘warning’, ‘notice’, ‘info’, and ‘debug’.

Wydawca (split by node):   Section:   Chapter:FastBack: configuring   Up: configuring   FastForward: wydawca.conf   Contents: Table of ContentsIndex: Concept Index