From a9fb2cc4c6839310ceb6396d64f8cbe45bfc4711 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Thu, 7 Oct 2004 18:05:12 +0200
Subject: [PATCH] (main_options): Deleted broken --login-program option.

Rev: src/lshd.c:1.168
---
 src/lshd.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/lshd.c b/src/lshd.c
index 25c434dd0..58c86a176 100644
--- a/src/lshd.c
+++ b/src/lshd.c
@@ -352,15 +352,11 @@ main_options[] =
 
   { "login-auth-mode", OPT_LOGIN_AUTH_MODE, NULL, 0, 
     "Enable a telnet like mode (accept none-authentication and launch the" 
-    "login-program, making it responsible for authenticating the user).", 0 },
+    "login-shell, making it responsible for authenticating the user).", 0 },
 
   { "no-login-auth-mode", OPT_NO_LOGIN_AUTH_MODE, NULL, 0, 
     "Disable login-auth-mode (default).", 0 },
 
-  { "login-program", OPT_LOGIN_SHELL, "Program", 0,
-    "Use this as the login program for login-auth-mode, must " 
-    "authenticate users. ", 0 },
-
 #if 0
   { "login-auth-mode-user", OPT_LOGIN_AUTH_USER, "username", 0,
     "Run login-program as this user, defaults to the user "
-- 
GitLab