diff options
Diffstat (limited to '.b/etc/lightdm/users.conf')
| -rw-r--r-- | .b/etc/lightdm/users.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.b/etc/lightdm/users.conf b/.b/etc/lightdm/users.conf new file mode 100644 index 0000000..97db5ac --- /dev/null +++ b/.b/etc/lightdm/users.conf @@ -0,0 +1,14 @@ +# +# 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=1000 +hidden-users=nobody nobody4 noaccess +hidden-shells=/bin/false /usr/sbin/nologin /sbin/nologin |
