From 65f189ad46bf60e08ffa72739f705f390cf33634 Mon Sep 17 00:00:00 2001 From: Luc Menut Date: Thu, 14 Aug 2014 12:01:22 +0200 Subject: Switch user id boundary to 1000+ --- kde4-profiles/Default/share/config/kdm/kdmrc | 2 +- kde4-profiles/common/share/config/kdm/kdmrc | 2 +- kde4-profiles/netbook/share/config/kdm/kdmrc | 2 +- kde4-profiles/vanilla/share/config/kdm/kdmrc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde4-profiles/Default/share/config/kdm/kdmrc b/kde4-profiles/Default/share/config/kdm/kdmrc index 61cc871..a931e95 100644 --- a/kde4-profiles/Default/share/config/kdm/kdmrc +++ b/kde4-profiles/Default/share/config/kdm/kdmrc @@ -366,7 +366,7 @@ HiddenUsers=nobody,root # Special case of HiddenUsers: users with a non-zero UID less than this number # will not be shown as well. # Default is 0 -MinShowUID=500 +MinShowUID=1000 # Complement to MinShowUID: users with a UID greater than this number will # not be shown as well. # Default is 65535 diff --git a/kde4-profiles/common/share/config/kdm/kdmrc b/kde4-profiles/common/share/config/kdm/kdmrc index 61cc871..a931e95 100644 --- a/kde4-profiles/common/share/config/kdm/kdmrc +++ b/kde4-profiles/common/share/config/kdm/kdmrc @@ -366,7 +366,7 @@ HiddenUsers=nobody,root # Special case of HiddenUsers: users with a non-zero UID less than this number # will not be shown as well. # Default is 0 -MinShowUID=500 +MinShowUID=1000 # Complement to MinShowUID: users with a UID greater than this number will # not be shown as well. # Default is 65535 diff --git a/kde4-profiles/netbook/share/config/kdm/kdmrc b/kde4-profiles/netbook/share/config/kdm/kdmrc index d4b3e1d..e2402af 100644 --- a/kde4-profiles/netbook/share/config/kdm/kdmrc +++ b/kde4-profiles/netbook/share/config/kdm/kdmrc @@ -366,7 +366,7 @@ HiddenUsers=nobody,root # Special case of HiddenUsers: users with a non-zero UID less than this number # will not be shown as well. # Default is 0 -MinShowUID=500 +MinShowUID=1000 # Complement to MinShowUID: users with a UID greater than this number will # not be shown as well. # Default is 65535 diff --git a/kde4-profiles/vanilla/share/config/kdm/kdmrc b/kde4-profiles/vanilla/share/config/kdm/kdmrc index 6d10d94..86c53b3 100644 --- a/kde4-profiles/vanilla/share/config/kdm/kdmrc +++ b/kde4-profiles/vanilla/share/config/kdm/kdmrc @@ -45,7 +45,7 @@ Language=en_US LogoArea=None LogoPixmap= MaxShowUID=65000 -MinShowUID=500 +MinShowUID=1000 PluginsLogin=classic Preloader=/usr/bin/preloadkde PreselectUser=None -- cgit v1.2.1