Option listen-host expects a single IP address

Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
This commit is contained in:
Dimitri Papadopoulos
2025-01-25 12:00:47 +01:00
parent 75543b3091
commit 4a4c341b45
75 changed files with 76 additions and 76 deletions

View File

@@ -73,11 +73,11 @@ auth = "plain[passwd=./sample.passwd]"
# Only one accounting method can be specified.
#acct = "radius[config=/etc/radiusclient/radiusclient.conf]"
# Use listen-host to limit to specific IPs or to the IPs of a provided
# Use listen-host to limit to a specific IP or to the IPs of a provided
# hostname.
#listen-host = [IP|HOSTNAME]
# Use udp-listen-host to limit udp to specific IPs or to the IPs of a provided
# Use udp-listen-host to limit udp to a specific IP or to the IPs of a provided
# hostname. if not set, listen-host will be used
#udp-listen-host = [IP|HOSTNAME]

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -15,7 +15,7 @@ max-ban-score = 0
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = @ADDRESS@
# Limit the number of clients. Unset or set to zero for unlimited.

View File

@@ -15,7 +15,7 @@ max-ban-score = 0
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = @ADDRESS@
# Limit the number of clients. Unset or set to zero for unlimited.

View File

@@ -11,7 +11,7 @@ max-ban-score = 0
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = @ADDRESS@
# Limit the number of clients. Unset or set to zero for unlimited.

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -12,7 +12,7 @@ max-ban-score = 0
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = @ADDRESS@
use-dbus = no

View File

@@ -12,7 +12,7 @@ max-ban-score = 0
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = @ADDRESS@
use-dbus = no

View File

@@ -12,7 +12,7 @@ max-ban-score = 0
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -14,7 +14,7 @@ ban-points-wrong-password = 10
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -13,7 +13,7 @@ use-occtl = true
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -12,7 +12,7 @@ max-ban-score = 0
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -31,7 +31,7 @@ isolate-workers = @ISOLATE_WORKERS@
stats-report-time = 30
# Use listen-host to limit to specific IPs or to the IPs of a provided
# Use listen-host to limit to a specific IP or to the IPs of a provided
# hostname.
#listen-host = @ADDRESS@

View File

@@ -10,7 +10,7 @@ isolate-workers = false
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -14,7 +14,7 @@ max-ban-score = 0
pre-login-banner = "AN UNPREDICTABLE BANNER"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -36,7 +36,7 @@ acct = "radius[config=@SRCDIR@/data/radiusclient/radiusclient.conf]"
stats-report-time = 30
# Use listen-host to limit to specific IPs or to the IPs of a provided
# Use listen-host to limit to a specific IP or to the IPs of a provided
# hostname.
#listen-host = @ADDRESS@

View File

@@ -37,7 +37,7 @@ acct = "radius[config=@SRCDIR@/data/radiusclient/radiusclient.conf]"
stats-report-time = 30
# Use listen-host to limit to specific IPs or to the IPs of a provided
# Use listen-host to limit to a specific IP or to the IPs of a provided
# hostname.
#listen-host = @ADDRESS@

View File

@@ -32,7 +32,7 @@ acct = "radius[config=@SRCDIR@/data/radiusclient/radiusclient.conf]"
stats-report-time = 30
# Use listen-host to limit to specific IPs or to the IPs of a provided
# Use listen-host to limit to a specific IP or to the IPs of a provided
# hostname.
#listen-host = @ADDRESS@

View File

@@ -32,7 +32,7 @@ acct = "radius[config=@SRCDIR@/data/radiusclient/radiusclient.conf]"
stats-report-time = 30
# Use listen-host to limit to specific IPs or to the IPs of a provided
# Use listen-host to limit to a specific IP or to the IPs of a provided
# hostname.
#listen-host = @ADDRESS@

View File

@@ -13,7 +13,7 @@ use-occtl = true
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = @ADDRESS@
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -12,7 +12,7 @@ max-ban-score = 0
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = @ADDRESS@
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -12,7 +12,7 @@ max-ban-score = 0
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = @ADDRESS@
use-dbus = no

View File

@@ -12,7 +12,7 @@ max-ban-score = 0
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = @ADDRESS@
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -12,7 +12,7 @@ max-ban-score = 0
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -17,7 +17,7 @@ default-select-group = DEFAULT
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -11,7 +11,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -11,7 +11,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -12,7 +12,7 @@ max-ban-score = 0
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -12,7 +12,7 @@ max-ban-score = 0
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = @ADDRESS@
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = @ADDRESS@
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = @ADDRESS@
use-dbus = no

View File

@@ -12,7 +12,7 @@ max-ban-score = 0
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = @ADDRESS@
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
listen-host = @ADDRESS@
listen-netns = @LISTEN_NS@

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = @ADDRESS@
use-dbus = no

View File

@@ -8,7 +8,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
ban-points-wrong-password=1

View File

@@ -9,7 +9,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
ban-points-wrong-password=1

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -12,7 +12,7 @@ max-ban-score = 0
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = @ADDRESS@
use-dbus = no

View File

@@ -12,7 +12,7 @@ max-ban-score = 0
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -11,7 +11,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = yes

View File

@@ -12,7 +12,7 @@ max-ban-score = 0
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = @ADDRESS@
use-dbus = no

View File

@@ -12,7 +12,7 @@ max-ban-score = 0
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = @ADDRESS@
udp-listen-host = @ADDRESS@

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -17,7 +17,7 @@ default-select-group = DEFAULT
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -17,7 +17,7 @@ default-select-group = DEFAULT
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -14,7 +14,7 @@ max-ban-score = 0
pre-login-banner = "Welcome%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%All"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no

View File

@@ -10,7 +10,7 @@ isolate-workers = @ISOLATE_WORKERS@
# A banner to be displayed on clients
#banner = "Welcome"
# Use listen-host to limit to specific IPs or to the IPs of a provided hostname.
# Use listen-host to limit to a specific IP or to the IPs of a provided hostname.
#listen-host = [IP|HOSTNAME]
use-dbus = no