File: x2gobroker-authservice.default

package info (click to toggle)
x2gobroker 0.0.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,560 kB
  • sloc: python: 7,180; sh: 1,481; makefile: 389; perl: 267; ansic: 38
file content (20 lines) | stat: -rw-r--r-- 851 bytes parent folder | download | duplicates (8)
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