summaryrefslogtreecommitdiff
path: root/daemon/gdm.h
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-10-24 08:26:30 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-10-24 08:26:30 +0000
commit6bbe50bae47edd5937c312905a013e8957e55740 (patch)
tree95fcea5a55be25a4fabe3eee38b7db91b38e52ec /daemon/gdm.h
parent92b9a3bbf46ed29db374bda5745440c9394cb870 (diff)
downloadgdm-6bbe50bae47edd5937c312905a013e8957e55740.tar.gz
Remove the VerboseAuth conf variable, it provided absolutely zero extra
Wed Oct 24 01:26:47 2001 George Lebl <jirka@5z.com> * bin/gdm.[ch], bin/verify-*.c, config/gdm.conf.in, gui/gdmconfig.(c|glade): Remove the VerboseAuth conf variable, it provided absolutely zero extra security (since it didn't divulge any info the user cannot get by other means, and making it false just made the whole thing less usable and more confusing) * bin/gdm.c: include locale.h
Diffstat (limited to 'daemon/gdm.h')
-rw-r--r--daemon/gdm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/gdm.h b/daemon/gdm.h
index f16be9ff..fa21fbce 100644
--- a/daemon/gdm.h
+++ b/daemon/gdm.h
@@ -169,7 +169,6 @@
#define GDM_KEY_SESSIONMAXFILE "security/SessionMaxFile=524288"
#define GDM_KEY_RELAXPERM "security/RelaxPermissions=0"
#define GDM_KEY_RETRYDELAY "security/RetryDelay=3"
-#define GDM_KEY_VERBAUTH "security/VerboseAuth=true"
#define GDM_KEY_XDMCP "xdmcp/Enable=false"
#define GDM_KEY_MAXPEND "xdmcp/MaxPending=4"