Gdm

From Bashlinux
Revision as of 03:00, 10 December 2009 by Manpaz (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Linux Gnome Desktop Manager (GDM)

The Gnome Desktop Manager is the responsible application to ask for login authentication and gets call gnome session after login.

Automatic System Login

The following settings produces that systems goes into the user session after boot process.

To get this working just add the following lines under `daemon` section in `/etc/gdm/custom.conf` file

 [daemon]
 AutomaticLoginEnable=True
 AutomaticLogin=user1
 


Login with no password

  1. Add the following entry to `/etc/gdm/custom.conf` file to ensure the user name appears in login chooser
 [greeter]
 Include=user1, user2
 
  1. Add the following line next to the line `auth required pam_env.so` in `/etc/pam.d/gdm` file
 
 auth sufficient pam_listfile.so item=user sense=allow file=/etc/gdm/users.txt onerr=fail