diff options
author | Brian Cameron <brian.cameron@sun.com> | 2005-08-04 02:37:09 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2005-08-04 02:37:09 +0000 |
commit | 5d371c17380e69de750350be2bca063501308a0a (patch) | |
tree | a6ccebc60eecbfd76e25055734da28d62d7187f4 /config/Makefile.am | |
parent | 4334c4985b9cdc889d8a94bf21607c9c48967c50 (diff) | |
download | gdm-5d371c17380e69de750350be2bca063501308a0a.tar.gz |
Provide better support for /etc/default/login. Previously it supported
2005-08-03 Brian Cameron <brian.cameron@sun.com>
* daemon/gdm.[ch], daemon/misc.[ch], daemon/verify-pam.c,
config/gdm.conf.in, docs/C/gdm.xml, config/Makefile.am,
daemon/Makefile.am: Provide better
support for /etc/default/login. Previously it
supported only PASSREQ. Now it supports PATH, SUPATH,
and CONSOLE. Added new PasswordRequired gdm.conf
setting to control whether NULL_PASSWORDS are allowed
when using PAM.
* config/gdm.conf.in: Changed default for AllowRemoteRoot
to false and ConfigAvailable. This makes GDM more secure
by default. Some distros may want to change the default
back to true. If people complain about this change, I'll
make it possible to set these via the configure script.
Diffstat (limited to 'config/Makefile.am')
-rw-r--r-- | config/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile.am b/config/Makefile.am index 76c3b2f5..e72d44e8 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -1,6 +1,6 @@ pixmapdir = $(datadir)/pixmaps confdir = $(sysconfdir)/gdm -gdmconfdir = $(datadir)/gdm +gdmconfdir = $(GDM_CONFIGDIR) crossconfdir = $(sysconfdir)/dm localedir = $(sysconfdir)/gdm bisessdir = $(datadir)/gdm/BuiltInSessions |