summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/proftpd/files/close-RequireValidShell-check.patch
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
commit1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch)
tree0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-networking/recipes-daemons/proftpd/files/close-RequireValidShell-check.patch
downloadmeta-openembedded-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-networking/recipes-daemons/proftpd/files/close-RequireValidShell-check.patch')
-rw-r--r--meta-networking/recipes-daemons/proftpd/files/close-RequireValidShell-check.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/proftpd/files/close-RequireValidShell-check.patch b/meta-networking/recipes-daemons/proftpd/files/close-RequireValidShell-check.patch
new file mode 100644
index 0000000000..c64535cac8
--- /dev/null
+++ b/meta-networking/recipes-daemons/proftpd/files/close-RequireValidShell-check.patch
@@ -0,0 +1,27 @@
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