1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
# X2Go Session Broker (PAM Authentication Service) configuration for
# SystemV-like init systems
# For PAM authentication the X2Go Session Broker needs its authentication
# service. The session broker itself runs as a non-privileged user (see below)
# whereas the authentication service must run as super-user root.
#
# If you do not use PAM as authentication mechanism with the X2Go Session Broker,
# you can disable the authentication service here.
START_AUTHSERVICE=true
# Control debug mode (0=disable, 1=enable) of the X2Go Broker Authentication
# Service.
#
# Logging is (by default) written to /var/log/x2gobroker/*log.
#
# This option can also be configured in /etc/default/python-x2go.
# The value configured here overrides the value from python-x2go
# defaults and only sets the x2gobroker-authservice into debug mode.
#X2GOBROKER_DEBUG=0
|