summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorLaurent Bigonville <bigon@bigon.be>2013-11-11 11:31:48 +0100
committerLaurent Bigonville <bigon@bigon.be>2013-11-11 18:10:11 +0100
commitb2fb259e7ba7cb029469c47a93988387349e7b2c (patch)
tree4e8462b73a4edc62dc8d58b4aa5a9b2a5e445944 /common
parentc14b16af23529afb7371890e3c686457c365e8be (diff)
downloadgdm-b2fb259e7ba7cb029469c47a93988387349e7b2c.tar.gz
Add an option to use GDM as a standalone XDMCP server
This patch add an option (xdmcp/ShowLocalGreeter) to disable the local X console and turn GDM into a simple XDMCP server Thanks to Patrick Monnerat and Josselin Mouette for the patch https://bugzilla.gnome.org/show_bug.cgi?id=567522
Diffstat (limited to 'common')
-rw-r--r--common/gdm-settings-keys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gdm-settings-keys.h b/common/gdm-settings-keys.h
index 6e506219..f4dcca2e 100644
--- a/common/gdm-settings-keys.h
+++ b/common/gdm-settings-keys.h
@@ -43,6 +43,7 @@ G_BEGIN_DECLS
#define GDM_KEY_DISALLOW_TCP "security/DisallowTCP"
#define GDM_KEY_XDMCP_ENABLE "xdmcp/Enable"
+#define GDM_KEY_SHOW_LOCAL_GREETER "xdmcp/ShowLocalGreeter"
#define GDM_KEY_MAX_PENDING "xdmcp/MaxPending"
#define GDM_KEY_MAX_SESSIONS "xdmcp/MaxSessions"
#define GDM_KEY_MAX_WAIT "xdmcp/MaxWait"