Difference between revisions of "Gdm"

From Bashlinux
Jump to: navigation, search
(Redirected page to GDM)
 
Line 1: Line 1:
  +
#REDIRECT [[GDM]]
__NOTOC__
 
= 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
 
 
<pre><nowiki>
 
[daemon]
 
AutomaticLoginEnable=True
 
AutomaticLogin=user1
 
</nowiki></pre>
 
 
 
== 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
 
 
<pre><nowiki>
 
[greeter]
 
Include=user1, user2
 
</nowiki></pre>
 
 
# Add the following line next to the line `auth required pam_env.so` in `/etc/pam.d/gdm` file
 
 
<pre><nowiki>
 
auth sufficient pam_listfile.so item=user sense=allow file=/etc/gdm/users.txt onerr=fail
 
</nowiki></pre>
 

Latest revision as of 06:57, 18 June 2015

Redirect to: