summaryrefslogtreecommitdiff
path: root/gdmsetup-pam
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2002-04-23 21:58:56 +0000
committerGeorge Lebl <jirka@src.gnome.org>2002-04-23 21:58:56 +0000
commit3ced2f5772550e269fe39796e525f3b3f93afcb5 (patch)
treeb60daa76e7ff453f3fe3ffb280ace2515c759e38 /gdmsetup-pam
parentbe888d777407106ef67c5da753d696701bcb199d (diff)
downloadgdm-3ced2f5772550e269fe39796e525f3b3f93afcb5.tar.gz
Make the gdmsetup proggie the default configurator and stop
Tue Apr 23 15:07:17 2002 George Lebl <jirka@5z.com> * Makefile.am, gdmconfig, gdmsetup-serurity.in, gdmsetup-pam, daemon/gdm.h, config/gdm.conf.in, gui/Makefile.am, gui/gdmsetup.desktop.in: Make the gdmsetup proggie the default configurator and stop building/installing gdmconfig which wasn't working to begin with. * gui/gdmchooser.(c|glade): redo the glade file for gdmchooser to be a dialog and also start using glade-helper * gui/gdmlogin.c: some gdmwm related fixes * gui/greeter/greeter.c, gui/greeter/greeter_action_language.c, gui/greeter/greeter_session.c, gui/greeter/greeter_system.c: Add Xinerama support, init the gdmwm so that we actually do have focus management, do all the cool gdmwm type stuff with all the dialogs/windows. Add all the warnings that gdmlogin can give. Damn this still needs a LOT of love before it's a viable replacement of gdmlogin.
Diffstat (limited to 'gdmsetup-pam')
-rw-r--r--gdmsetup-pam6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdmsetup-pam b/gdmsetup-pam
new file mode 100644
index 00000000..44b01cfc
--- /dev/null
+++ b/gdmsetup-pam
@@ -0,0 +1,6 @@
+#%PAM-1.0
+auth sufficient /lib/security/pam_rootok.so
+auth required /lib/security/pam_stack.so service=system-auth
+session required /lib/security/pam_permit.so
+session optional /lib/security/pam_xauth.so
+account required /lib/security/pam_permit.so