added workstation fixes
authorLisa Marie Maginnis <lisam@fsf.org>
Thu, 12 Mar 2015 18:24:40 +0000 (14:24 -0400)
committerLisa Marie Maginnis <lisam@fsf.org>
Thu, 12 Mar 2015 18:24:40 +0000 (14:24 -0400)
files/etc/lightdm/users.conf/WORKSTATION [new file with mode: 0644]
scripts/WORKSTATION/00_fix_users.sh [new file with mode: 0755]

diff --git a/files/etc/lightdm/users.conf/WORKSTATION b/files/etc/lightdm/users.conf/WORKSTATION
new file mode 100644 (file)
index 0000000..e4948a6
--- /dev/null
@@ -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=500
+hidden-users=nobody nobody4 noaccess
+hidden-shells=/bin/false /usr/sbin/nologin
diff --git a/scripts/WORKSTATION/00_fix_users.sh b/scripts/WORKSTATION/00_fix_users.sh
new file mode 100755 (executable)
index 0000000..02c3cc0
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+fcopy -v /etc/lightdm/users.conf