You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
466 B
Plaintext
15 lines
466 B
Plaintext
#
|
|
# User accounts configuration
|
|
#
|
|
# NOTE: If you have AccountsService installed on your system, then LightDM will
|
|
# use this instead and these settings will be ignored
|
|
#
|
|
# 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
|
|
#
|
|
[UserList]
|
|
minimum-uid=500
|
|
hidden-users=nobody nobody4 noaccess
|
|
hidden-shells=/bin/false /usr/sbin/nologin /sbin/nologin
|