At Work with Linux: Automatic Timed Logins

In a post back in February I described how to add automatic account login to a Linux installation. Since that time I've had to the need to enable a delayed automatic or timed login, the reason being that some users of virtual machines wanted to select some other account other than the automatic default account. So I went looking around, and as usual, found the answer fairly quickly.

Linux Automatic Timed Login
File Location/etc/gdm
File Namecustom.conf
Changes to MakeUnder the section labeled [daemon], add the following lines;
TimedLoginEnable=True
TimedLogin=username
TimedLoginDelay=delay_time_in_seconds

Note that these configuration lines are exclusive to automatic login. You can have one or the other but not both. And that's what timed automatic login is supposed to provide, the best of both worlds. With a value of 60 (seconds) most users have plenty of time to login into a alternate account before the timeout is reached for the default account.

Again it should be noted that the file requires root access for editing, so use the recommended method for your given distribution.

For a complete listing of all Gnome gdm configuration options, you should avail yourself of Gnome Library GDM Configuration.

Comments

Popular posts from this blog

A Decade Long Religious Con Job

Ten Reasons to Ignore Ten Reasons to Dump Windows and Use Linux

Former Eclipse user re-evaluates Eclipse 3.3M5