home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20120305.etc.tar.gz / bradford.20120305.etc.tar / etc / sysconfig / displaymanager < prev    next >
Text File  |  2006-12-19  |  3KB  |  88 lines

  1. ## Path:    Desktop/Display manager
  2. ## Description:    settings to generate a proper displaymanager config
  3. ## Config:      xdm,kdm3,gdm
  4.  
  5. ## Type:    string(kdm,xdm,gdm,wdm,console)
  6. ## Default:    ""
  7. #
  8. # Here you can set the default Display manager (kdm/xdm/gdm/wdm/console).
  9. # all changes in this file require a restart of the displaymanager
  10. #
  11. DISPLAYMANAGER="xdm"
  12.  
  13. ## Type:    yesno
  14. ## Default:    no
  15. #
  16. # Allow remote access (XDMCP) to your display manager (xdm/kdm/gdm). Please note
  17. # that a modified kdm or xdm configuration, e.g. by KDE control center
  18. # will not be changed. For gdm, values will be updated after change.
  19. # XDMCP service should run only on trusted networks and you have to disable
  20. # firewall for interfaces, where you want to provide this service.
  21. #
  22. DISPLAYMANAGER_REMOTE_ACCESS="no"
  23.  
  24. ## Type:    yesno
  25. ## Default:    no
  26. #
  27. # Allow remote access of the user root to your display manager. Note
  28. # that root can never login if DISPLAYMANAGER_SHUTDOWN is "auto" and
  29. # System/Security/Permissions/PERMISSION_SECURITY is "paranoid"
  30. #
  31. DISPLAYMANAGER_ROOT_LOGIN_REMOTE="no"
  32.  
  33. ## Type:    yesno
  34. ## Default:    yes
  35. #
  36. # Let the displaymanager start a local Xserver.
  37. # Set to "no" for remote-access only.
  38. # Set to "no" on architectures without any Xserver (e.g. s390/s390x).
  39. #
  40. DISPLAYMANAGER_STARTS_XSERVER="yes"
  41.  
  42. ## Type:        yesno
  43. ## Default:     no
  44. #
  45. # TCP port 6000 of Xserver. When set to "no" (default) Xserver is
  46. # started with "-nolisten tcp". Only set this to "yes" if you really
  47. # need to. Remote X service should run only on trusted networks and
  48. # you have to disable firewall for interfaces, where you want to
  49. # provide this service. Use ssh X11 port forwarding whenever possible.
  50. #
  51. DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN="no"
  52.  
  53. ## Type:    string
  54. ## Default:
  55. #
  56. # Define the user whom should get logged in without request. If string
  57. # is empty, display standard login dialog.
  58. #
  59. DISPLAYMANAGER_AUTOLOGIN=""
  60.  
  61. ## Type:        yesno
  62. ## Default:     no
  63. #
  64. # Allow all users to login without password, but ask for the user, if
  65. # DISPLAYMANAGER_AUTOLOGIN is empty.
  66. #
  67. DISPLAYMANAGER_PASSWORD_LESS_LOGIN="no"
  68.  
  69. ## Type:        yesno
  70. ## Default:     no
  71. #
  72. # Display a combobox for Active Directory domains.
  73. #
  74. DISPLAYMANAGER_AD_INTEGRATION="no"
  75.  
  76. ## Type:    list(root,all,none,auto)
  77. ## Default: auto
  78. #
  79. # Determine who will be able to shutdown or reboot the system in kdm
  80. # and gdm. Valid values are: "root" (only root can shutdown), "all"
  81. # (everybody can shutdown), "none" (nobody can shutdown from
  82. # displaymanager), "auto" (follow
  83. # System/Security/Permissions/PERMISSION_SECURITY to decide: "easy
  84. # local" is equal to "all", everything else is equal to "root"). Note
  85. # that remote user can never shutdown in GDM.
  86. #
  87. DISPLAYMANAGER_SHUTDOWN="auto"
  88.