Guest User

mdm config

a guest
Aug 4th, 2014
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. # MDM Custom Configuration file.
  2. #
  3. # This file is the appropriate place for specifying your customizations to the
  4. # MDM configuration. If you run mdmsetup, it will automatically edit this
  5. # file for you and will cause the daemon and any running MDM GUI programs to
  6. # automatically update with the new configuration. Not all configuration
  7. # options are supported by mdmsetup, so to modify some values it may be
  8. # necessary to modify this file directly by hand.
  9. #
  10. # This file overrides the default configuration settings. These settings
  11. # are stored in the MDM System Defaults configuration file, which is found
  12. # at the following location.
  13. #
  14. # /usr/share/mdm/defaults.conf.
  15. #
  16. # This file contains comments about the meaning of each configuration option,
  17. # so is also a useful reference. Also refer to the documentation links at
  18. # the end of this comment for further information. In short, to hand-edit
  19. # this file, simply add or modify the key=value combination in the
  20. # appropriate section in the template below this comment section.
  21. #
  22. # For example, if you want to specify a different value for the Enable key
  23. # in the "[debug]" section of your MDM System Defaults configuration file,
  24. # then add "Enable=true" in the "[debug]" section of this file. If the
  25. # key already exists in this file, then simply modify it.
  26. #
  27. # Older versions of MDM used the "mdm.conf" file for configuration. If your
  28. # system has an old mdm.conf file on the system, it will be used instead of
  29. # this file - so changes made to this file will not take effect. Consider
  30. # migrating your configuration to this file and removing the mdm.conf file.
  31. #
  32. # If you hand edit a MDM configuration file, you can run the following
  33. # command and the MDM daemon will immediately reflect the change. Any
  34. # running MDM GUI programs will also be notified to update with the new
  35. # configuration.
  36. #
  37. # mdmflexiserver --command="UPDATE_CONFIG <configuration key>"
  38. #
  39. # e.g, the "Enable" key in the "[debug]" section would be "debug/Enable".
  40. #
  41. # You can also run mdm-restart or mdm-safe-restart to cause MDM to restart and
  42. # re-read the new configuration settings. You can also restart MDM by sending
  43. # a HUP or USR1 signal to the daemon. HUP behaves like mdm-restart and causes
  44. # any user session started by MDM to exit immediately while USR1 behaves like
  45. # mdm-safe-restart and will wait until all users log out before restarting MDM.
  46. #
  47. # For full reference documentation see the gnome help browser under
  48. # GNOME|System category. You can also find the docs in HTML form on
  49. # http://www.gnome.org/projects/mdm/
  50. #
  51. # NOTE: Lines that begin with "#" are considered comments.
  52. #
  53. # Have fun!
  54.  
  55. [daemon]
  56.  
  57. AutomaticLoginEnable=true
  58.  
  59. AutomaticLogin=user
  60.  
  61. Greeter=/usr/lib/mdm/mdmgreeter
  62.  
  63. [security]
  64.  
  65. [xdmcp]
  66.  
  67. [gui]
  68.  
  69. [greeter]
  70.  
  71. Include=user
  72.  
  73. BackgroundType=1
  74.  
  75. BackgroundImage=/path/to/image.jpg
  76.  
  77. [chooser]
  78.  
  79. [debug]
  80.  
  81. # Note that to disable servers defined in the MDM System Defaults
  82. # configuration file (such as 0=Standard, you must put a line in this file
  83. # that says 0=inactive, as described in the Configuration section of the MDM
  84. # documentation.
  85. #
  86.  
  87. Enable=true
  88.  
  89. [servers]
  90.  
  91. # Also note, that if you redefine a [server-foo] section, then MDM will
  92. # use the definition in this file, not the MDM System Defaults configuration
  93. # file. It is currently not possible to disable a [server-foo] section
  94. # defined in the MDM System Defaults configuration file.
  95. #
Advertisement
Add Comment
Please, Sign In to add comment