OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../gdm/minimal_uid.patch
  5. # Copyright (C) 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. Users are >= 500, not 100, as defined in /etc/login.defs.
  17. This is useful when you enable 'browse' on gdm.
  18. Highest system UID I know is rsbac, 400.
  19. Alejandro, jsaw
  20. diff -Nur gdm-2.14.2-orig/config/gdm.conf.in gdm-2.14.2/config/gdm.conf.in
  21. --- gdm-2.14.2-orig/config/gdm.conf.in 2006-04-07 19:47:20.000000000 +0000
  22. +++ gdm-2.14.2/config/gdm.conf.in 2006-04-17 15:34:27.746879500 +0000
  23. @@ -331,7 +331,7 @@
  24. # User ID's less than the MinimalUID value will not be included in the face
  25. # browser or in the gdmselection list for Automatic/Timed login. They will not
  26. # be displayed regardless of the settings for Include and Exclude.
  27. -#MinimalUID=100
  28. +MinimalUID=500
  29. # Users listed in Include will be included in the face browser and in the
  30. # gdmsetup selection list for Automatic/Timed login. Users should be separated
  31. # by commas.