Gdm

From Bashlinux
Revision as of 07:48, 9 November 2012 by Manpaz (talk)
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.

How to setup 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
 


How to 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