Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | close RequireValidShell check |
| 2 | |
| 3 | Upstream-Status: Inappropriate [configuration] |
| 4 | |
| 5 | close RequireValidShell check since we like to make /bin/false as shell |
| 6 | for ftp user |
| 7 | |
| 8 | Signed-off-by: Roy Li <rongqing.li@windriver.com> |
| 9 | --- |
| 10 | sample-configurations/basic.conf | 1 + |
| 11 | 1 file changed, 1 insertion(+) |
| 12 | |
| 13 | diff --git a/sample-configurations/basic.conf b/sample-configurations/basic.conf |
| 14 | index 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 | -- |
| 26 | 1.7.10.4 |
| 27 | |