diff -Nur gdm-2.19.1/daemon/gdm-daemon-config.c gdm-2.19.1.new/daemon/gdm-daemon-config.c --- gdm-2.19.1/daemon/gdm-daemon-config.c 2007-05-16 13:39:13.000000000 +0200 +++ gdm-2.19.1.new/daemon/gdm-daemon-config.c 2007-05-16 13:39:42.000000000 +0200 @@ -1801,7 +1801,7 @@ res = validate_at_least_int (config, source, value, 0, 0); break; case GDM_ID_TIMED_LOGIN_DELAY: - res = validate_at_least_int (config, source, value, 5, 5); + res = validate_at_least_int (config, source, value, 1, 1); break; case GDM_ID_MAX_ICON_WIDTH: case GDM_ID_MAX_ICON_HEIGHT: