summaryrefslogtreecommitdiff
path: root/data/lightdm.conf
blob: a137cfec81720ad64ed662d6f5d1207b7a1750fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
#
# General configuration
#
# greeter-user = User to run greeter as
# minimum-display-number = Minimum display number to use for X servers
# minimum-vt = First VT to run displays on
# user-authority-in-system-dir = True if session authority should be in the system location
# seats = list of seats to start displays on
#
[LightDM]
#greeter-user=lightdm
#minimum-display-number=0
#minimum-vt=7
#user-authority-in-system-dir=false
seats=Seat0

#
# Seat defaults
#
# xserver-command = X server command to run
# xserver-layout = Layout to pass to X server
# xserver-config = Config file to pass to X server
# greeter-theme = Greeter theme to use
# xsession = X session to load by default
# xsession-wrapper = Wrapper script to run X session with
# autologin-user = User to log in with by default
# autologin-user-timeout = Number of seconds to wait before loading default user
#
#[Defaults]
#xserver-command=/usr/bin/X
#xserver-layout=
#xserver-config=
#greeter-theme=example-gtk-gnome
#xsession=gnome
#xsession-wrapper=
#autologin-user=
#autologin-user-timeout=0

#
# Seat configuration
#
# xdmcp-manager = XDMCP manager to connect to
# xdmcp-port = XDMCP UDP/IP port to communicate on
# key = Authentication key to use
# Can override any of the options from defaults e.g. greeter-theme=kde
#
[Seat0]
#xdmcp-manager=
#xdmcp-port=177
#key=0x0123456789ABCD

#
# User manager configuration
#
# load-users = True if can provide user list to greeter
# minimum-uid = Minimum UID required to be shown in greeter
# hidden-users = Users that are not shown to the user
# hidden-shells = Shells that indicate a user cannot login
#
[UserManager]
#load-users=true
#minimum-uid=500
#hidden-users=nobody nobody4 noaccess
#hidden-shells=/bin/false /usr/sbin/nologin

#
# Guest account configuration
#
# enabled = True if guest account is enabled
# username = Username of guest account
# setup-script = Script to be run to setup guest account
# cleanup-script = Script to be run to cleanup guest account
#
[GuestAccount]
#enabled=false
#username=guest
#setup-script=
#cleanup-script=

#
# XDMCP Server configuration
#
# enabled = True if XDMCP connections should be allowed
# port = UDP/IP port to listen for connections on
# key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication
#
# The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn.  Alternatively
# it can be a word and the first 7 characters are used as the key.
#
[XDMCPServer]
#enabled=false
#port=177
#key=0x0123456789ABCD

#
# Directory configuration
#
# log-directory = Directory to log information to
# theme-directory = Directory to load themes from
# theme-engine-directory = Directory to load theme engines from
# run-directory = Directory to put running state in
# cache-directory = Directory to cache to
# xsessions-directory = Directory to find X sessions
#
#[Directories]
#log-directory=/var/log/lightdm
#theme-directory=/usr/share/lightdm/themes
#theme-engine-directory=/usr/libexec/lightdm
#run-directory=/var/run/lightdm
#cache-directory=/var/cache/lightdm
#xsessions-directory=/usr/share/xsessions