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/common/share/config/kdm/kdmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kde4-profiles/common/share/config/kdm') 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 -- cgit v1.2.1