1close RequireValidShell check
2
3Upstream-Status: Inappropriate [configuration]
4
5close RequireValidShell check since we like to make /bin/false as shell
6for ftp user
7
8Signed-off-by: Roy Li <rongqing.li@windriver.com>
9---
10 sample-configurations/basic.conf |    1 +
11 1 file changed, 1 insertion(+)
12
13diff --git a/sample-configurations/basic.conf b/sample-configurations/basic.conf
14index 314eb79..abcb284 100644
15--- a/sample-configurations/basic.conf
16+++ b/sample-configurations/basic.conf
17@@ -53,6 +53,7 @@ AllowOverwrite		on
18   # We want clients to be able to login with "anonymous" as well as "ftp"
19   UserAlias			anonymous ftp
20
21+  RequireValidShell	 	off
22   # Limit the maximum number of anonymous logins
23   MaxClients			10
24
25--
261.7.10.4
27
28