summaryrefslogtreecommitdiff
path: root/docs/C/gdm.xml
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2007-01-24 09:36:04 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-01-24 09:36:04 +0000
commit325ddf0bf34d65b7198ccd058d9a47f2b9aaa60b (patch)
tree732fc94adb345fa8c8044764052d15d103166434 /docs/C/gdm.xml
parentb0aba202e1260536a05dd4842189cf89474ce87c (diff)
downloadgdm-325ddf0bf34d65b7198ccd058d9a47f2b9aaa60b.tar.gz
Some improvements to the PAM documentation.
2006-01-24 Brian Cameron <brian.cameron@sun.com> * docs/C/gdm.xml: Some improvements to the PAM documentation. svn path=/trunk/; revision=4539
Diffstat (limited to 'docs/C/gdm.xml')
-rw-r--r--docs/C/gdm.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/C/gdm.xml b/docs/C/gdm.xml
index 9ba08b17..48302db9 100644
--- a/docs/C/gdm.xml
+++ b/docs/C/gdm.xml
@@ -286,6 +286,22 @@
of as root for added security. When the user's session exits, the GDM
daemon will run the <filename>PostSession</filename> script as root.
</para>
+
+ <para>
+ Note that, by default, GDM uses the &quot;gdm&quot; service name for
+ normal login and the &quot;gdm-autologin&quot; service name for
+ automatic login. The <filename>PamStack</filename> configuration
+ option can be used to specify a different service name. For example,
+ if &quot;foo&quot; is specified, then GDM will use the &quot;foo&quot;
+ service name for normal login and &quot;foo-autologin&quot; for
+ automatic login.
+ </para>
+
+ <para>
+ For those looking at the code, the gdm_verify_user function in
+ <filename>daemon/verify-pam.c</filename> is used for normal login
+ and the gdm_verify_setup_user function is used for automatic login.
+ <para>
</sect2>
<sect2 id="displaytypes">