Difference between revisions of "Gdm"

From Bashlinux
Jump to: navigation, search
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
== Linux Gnome Desktop Manager (GDM) ==
+
= 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.
 
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 ==
=== Automatic System Login ===
 
 
The following settings produces that systems goes into the user session after boot process.
 
The following settings produces that systems goes into the user session after boot process.
   
Line 16: Line 15:
   
   
=== Login with no password ===
+
== How to login with no password ==
 
# Add the following entry to `/etc/gdm/custom.conf` file to ensure the user name appears in login chooser
 
# Add the following entry to `/etc/gdm/custom.conf` file to ensure the user name appears in login chooser
 
 

Revision as of 07:48, 9 November 2012

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