summaryrefslogtreecommitdiff
path: root/config/gdm
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2003-08-04 16:24:21 +0000
committerGeorge Lebl <jirka@src.gnome.org>2003-08-04 16:24:21 +0000
commit1846004f8382d1cd197519abb197ab81165945d2 (patch)
tree1be95f30f785242144b3852f3ac28f7d7a29798a /config/gdm
parente6230f106479bc19142a1776ebde57963a07ac67 (diff)
downloadgdm-1846004f8382d1cd197519abb197ab81165945d2.tar.gz
Don't unclude the /lib/security dir for the pam modules and just let pam
Mon Aug 04 09:20:06 2003 George Lebl <jirka@5z.com> * config/gdm, config/gdm-autologin: Don't unclude the /lib/security dir for the pam modules and just let pam locate things on its own * daemon/errorgui.[ch], daemon/gdm.c, daemon/slave.c: Use the gtk resource file for the greeters in the errorgui to get the same GTK theme going here, instead of gdm run the post session error dialog as the user for whom it is running, and run the post session error dialog before the session stop again since the home dir might not be present after the session stopped.
Diffstat (limited to 'config/gdm')
-rw-r--r--config/gdm14
1 files changed, 7 insertions, 7 deletions
diff --git a/config/gdm b/config/gdm
index e9dd91f0..4b2bbaeb 100644
--- a/config/gdm
+++ b/config/gdm
@@ -1,8 +1,8 @@
#%PAM-1.0
-auth required /lib/security/pam_env.so
-auth required /lib/security/pam_stack.so service=system-auth
-auth required /lib/security/pam_nologin.so
-account required /lib/security/pam_stack.so service=system-auth
-password required /lib/security/pam_stack.so service=system-auth
-session required /lib/security/pam_stack.so service=system-auth
-session optional /lib/security/pam_console.so
+auth required pam_env.so
+auth required pam_stack.so service=system-auth
+auth required pam_nologin.so
+account required pam_stack.so service=system-auth
+password required pam_stack.so service=system-auth
+session required pam_stack.so service=system-auth
+session optional pam_console.so