/etc/cfengine/debian-edu/cf.kdm is in debian-edu-config 1.702.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | shellcommands:
debian.!standalone.installation.lenny::
"/usr/bin/update-ini-file /etc/kde3/kdm/kdmrc 'General' FifoDir ''"
"/usr/bin/update-ini-file /etc/kde3/kdm/kdmrc 'X-*-Core' AllowShutdown None"
"/usr/bin/update-ini-file /etc/kde3/kdm/kdmrc 'X-\:*-Core' AllowShutdown All"
"/usr/bin/update-ini-file /etc/kde3/kdm/kdmrc 'X-\:*-Core' AllowRootLogin true"
"/usr/bin/update-ini-file /etc/kde3/kdm/kdmrc 'X-*-Greeter' UserList false"
# For Squeeze
debian.!standalone.installation.!lenny::
"/usr/bin/update-ini-file /etc/kde4/kdm/kdmrc 'X-\:*-Core' AllowRootLogin false"
# Make sure to not show the last user that logged in
"/usr/bin/update-ini-file /etc/kde4/kdm/kdmrc 'X-\:*-Greeter' PreselectUser None"
|