http://bugs.skolelinux.org/show_bug.cgi?id=1250
Marius Kotsbak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #9 from Marius Kotsbak <[email protected]> 2011-06-04 21:50:16 --- This is fixed in Squeeze, in svn commit r66016: Index: debian-edu-config/debian/changelog =================================================================== --- debian-edu-config/debian/changelog (revisjon 66015) +++ debian-edu-config/debian/changelog (revisjon 66016) @@ -10,6 +10,8 @@ up the NATing that needs the IP forwarding. * Change ldap-createuser-krb to use gosaDepartment objects as its LDAP base and to use an existing group if it exist. + * Change KDM setup to not list previous user in non-standalone + profiles. -- Petter Reinholdtsen <[email protected]> Wed, 07 Jul 2010 08:32:55 +0200 Index: debian-edu-config/cf/cf.kdm =================================================================== --- debian-edu-config/cf/cf.kdm (revisjon 66015) +++ debian-edu-config/cf/cf.kdm (revisjon 66016) @@ -15,3 +15,5 @@ # For Squeeze debian.!standalone.installation.!lenny:: "/usr/bin/update-ini-file /etc/kde4/kdm/kdmrc 'X-\:*-Core' AllowRootLogin true" + # Make sure to not show the last user that logged in + "/usr/bin/update-ini-file /etc/kde3/kdm/kdmrc 'X-:*-Greeter' PreselectUser None" -- Configure bugmail: http://bugs.skolelinux.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching all bug changes. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

