49 lines
1.4 KiB
Plaintext
49 lines
1.4 KiB
Plaintext
|
## Path: Desktop/Display manager
|
||
|
## Description: settings to generate a proper displaymanager config
|
||
|
## Config: gdm
|
||
|
|
||
|
## Type: yesno
|
||
|
## Default: no
|
||
|
#
|
||
|
# Allow remote access of the user root to your display manager. Note
|
||
|
# that root can never login if DISPLAYMANAGER_SHUTDOWN is "auto" and
|
||
|
# System/Security/Permissions/PERMISSION_SECURITY is "paranoid"
|
||
|
#
|
||
|
DISPLAYMANAGER_ROOT_LOGIN_REMOTE="no"
|
||
|
|
||
|
## Type: string
|
||
|
## Default:
|
||
|
#
|
||
|
# Define the user whom should get logged in without request. If string
|
||
|
# is empty, display standard login dialog.
|
||
|
#
|
||
|
DISPLAYMANAGER_AUTOLOGIN=""
|
||
|
|
||
|
## Type: yesno
|
||
|
## Default: no
|
||
|
#
|
||
|
# Allow all users to login without password, but ask for the user, if
|
||
|
# DISPLAYMANAGER_AUTOLOGIN is empty.
|
||
|
#
|
||
|
DISPLAYMANAGER_PASSWORD_LESS_LOGIN="no"
|
||
|
|
||
|
## Type: yesno
|
||
|
## Default: no
|
||
|
#
|
||
|
# Display a combobox for Active Directory domains.
|
||
|
#
|
||
|
DISPLAYMANAGER_AD_INTEGRATION="no"
|
||
|
|
||
|
## Type: list(root,all,none,auto)
|
||
|
## Default: auto
|
||
|
#
|
||
|
# Determine who will be able to shutdown or reboot the system in kdm
|
||
|
# and gdm. Valid values are: "root" (only root can shutdown), "all"
|
||
|
# (everybody can shutdown), "none" (nobody can shutdown from
|
||
|
# displaymanager), "auto" (follow
|
||
|
# System/Security/Permissions/PERMISSION_SECURITY to decide: "easy
|
||
|
# local" is equal to "all", everything else is equal to "root") Note
|
||
|
# that remote user can never shutdown in GDM.
|
||
|
#
|
||
|
DISPLAYMANAGER_SHUTDOWN="auto"
|