summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorBrian Cameron <Brian.Cameron@sun.com>2009-11-16 17:59:07 -0600
committerBrian Cameron <Brian.Cameron@sun.com>2009-11-16 17:59:07 -0600
commit14f686a863dacffd1a192a309b3ab0f4cbc18b22 (patch)
tree490e79fd29e34c2013a408af8fd3953773689575 /common
parent69565c7c255dff6ff96254e87145e27baad3d6fd (diff)
downloadgdm-14f686a863dacffd1a192a309b3ab0f4cbc18b22.tar.gz
Add Include/Exclude/IncludeAll configuration options to GDM. Fixes bug
Diffstat (limited to 'common')
-rw-r--r--common/gdm-settings-keys.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/gdm-settings-keys.h b/common/gdm-settings-keys.h
index e0637f55..65a16280 100644
--- a/common/gdm-settings-keys.h
+++ b/common/gdm-settings-keys.h
@@ -35,6 +35,10 @@ G_BEGIN_DECLS
#define GDM_KEY_DEBUG "debug/Enable"
+#define GDM_KEY_INCLUDE "greeter/Include"
+#define GDM_KEY_EXCLUDE "greeter/Exclude"
+#define GDM_KEY_INCLUDE_ALL "greeter/IncludeAll"
+
#define GDM_KEY_DISALLOW_TCP "security/DisallowTCP"
#define GDM_KEY_XDMCP_ENABLE "xdmcp/Enable"