summaryrefslogtreecommitdiff
path: root/gui/gdmconfig-strings.c
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-06-24 20:55:55 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-06-24 20:55:55 +0000
commit2b353fa0b5dc18544711611470682bcd0006e591 (patch)
tree69aa656edd17576fbdbf5fda5292b24c230239a9 /gui/gdmconfig-strings.c
parente6f3f4e32e83dddbe471bee4fcac8dced8da21cd (diff)
downloadgdm-2b353fa0b5dc18544711611470682bcd0006e591.tar.gz
Add suspend command support although it is off by default (empty command)
Sun Jun 24 13:45:59 2001 George Lebl <jirka@5z.com> * config/gdm.conf.in, daemon/gdm.[ch], daemon/slave.c, gui/gdmconfig.(c|glade), gui/gdmlogin.c: Add suspend command support although it is off by default (empty command) Also do checks for commands and don't show their respective menu items if the commands are not present or empty * config/gdm.conf.in, daemon/gdm.[ch], daemon/slave.c, daemon/verify-pam.c, daemon/xdmcp.c, gui/gdmconfig.(c|glade), gui/gdmlogin.c: Apply and massage a patch from Michel Dagenais <michel.dagenais@polymtl.ca> to add optional support for remote auto (timed) login, and also to use enriched strings for the timed and automatic login names. This is to make the life of sysadmins easier if they're managing a large set of x terminals.
Diffstat (limited to 'gui/gdmconfig-strings.c')
-rw-r--r--gui/gdmconfig-strings.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/gdmconfig-strings.c b/gui/gdmconfig-strings.c
index 807e2a34..a908587e 100644
--- a/gui/gdmconfig-strings.c
+++ b/gui/gdmconfig-strings.c
@@ -131,6 +131,8 @@ gchar *s = N_("Allow logging in as root (administrator) user.");
gchar *s = N_("Allow root to login with GDM");
gchar *s = N_("Allow logging in as root (administrator) user from a remote host using GDM. This is only relevant if you enable the XDMCP protocol.");
gchar *s = N_("Allow root to login remotely with GDM");
+gchar *s = N_("Allow logging in using the timed from a remote host using GDM. This is only relevant if you enable the XDMCP protocol. Note that this is insecure since remote hosts can gain access to this computer without the use of a password, so be careful.");
+gchar *s = N_("Allow remote timed logins");
gchar *s = N_("Determines whether GDM should kill X clients started by the init scripts when the user logs in.");
gchar *s = N_("Kill 'init' clients");
gchar *s = N_("Should GDM print authentication errors in the greeter");
@@ -215,6 +217,7 @@ gchar *s = N_("Greeter command: ");
gchar *s = N_("Halt command: ");
gchar *s = N_("Reboot command: ");
gchar *s = N_("Configurator command: ");
+gchar *s = N_("Suspend command: ");
gchar *s = N_("Directories");
gchar *s = N_("PRE session scripts directory: ");
gchar *s = N_("POST session scripts directory: ");