diff options
author | Luc Menut <lmenut@mageia.org> | 2014-08-14 12:01:22 +0200 |
---|---|---|
committer | Luc Menut <lmenut@mageia.org> | 2014-08-14 12:01:22 +0200 |
commit | 65f189ad46bf60e08ffa72739f705f390cf33634 (patch) | |
tree | fcf570c1d2ee77275fa6b2275e870963d56afea5 /kde4-profiles/common | |
parent | 03f2eeefeb79380e270c9d888db144730a1853a6 (diff) | |
download | config-65f189ad46bf60e08ffa72739f705f390cf33634.tar config-65f189ad46bf60e08ffa72739f705f390cf33634.tar.gz config-65f189ad46bf60e08ffa72739f705f390cf33634.tar.bz2 config-65f189ad46bf60e08ffa72739f705f390cf33634.tar.xz config-65f189ad46bf60e08ffa72739f705f390cf33634.zip |
Switch user id boundary to 1000+
Diffstat (limited to 'kde4-profiles/common')
-rw-r--r-- | kde4-profiles/common/share/config/kdm/kdmrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |