Files
openwrt_yocto/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/close-RequireValidShell-check.patch
T
francis.wang 4c86c082a2 Initial commit: OpenWrt-Yocto monorepo
Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and
meta-openwrt into a single repository.

Components:
- poky/             Yocto core framework (BitBake + OE-Core)
- meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking)
- meta-openwrt/     OpenWrt customization layer
- setup-env.sh      One-click build environment setup
- README.md         Project documentation
2026-07-11 13:28:01 +08:00

28 lines
739 B
Diff

close RequireValidShell check
Upstream-Status: Inappropriate [configuration]
close RequireValidShell check since we like to make /bin/false as shell
for ftp user
Signed-off-by: Roy Li <rongqing.li@windriver.com>
---
sample-configurations/basic.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/sample-configurations/basic.conf b/sample-configurations/basic.conf
index 314eb79..abcb284 100644
--- a/sample-configurations/basic.conf
+++ b/sample-configurations/basic.conf
@@ -53,6 +53,7 @@ AllowOverwrite on
# We want clients to be able to login with "anonymous" as well as "ftp"
UserAlias anonymous ftp
+ RequireValidShell off
# Limit the maximum number of anonymous logins
MaxClients 10
--
1.7.10.4