Document the relationship of text_userdb_names and chroot_local_user
Resolves: rhbz#1439724
This commit is contained in:
parent
255e73ec9e
commit
178f53fd5f
@ -0,0 +1,29 @@
|
|||||||
|
From 221f35f302d53f5a89f8e79592492e7cb322e81a Mon Sep 17 00:00:00 2001
|
||||||
|
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
|
||||||
|
Date: Thu, 26 Oct 2017 13:08:32 +0200
|
||||||
|
Subject: [PATCH 37/37] Document the relationship of text_userdb_names and
|
||||||
|
chroot_local_user
|
||||||
|
|
||||||
|
Note in vsftpd.conf(5) that text_userdb_names may not work when
|
||||||
|
chroot_local_user is set to YES.
|
||||||
|
---
|
||||||
|
vsftpd.conf.5 | 3 +++
|
||||||
|
1 file changed, 3 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/vsftpd.conf.5 b/vsftpd.conf.5
|
||||||
|
index a3d569e..45b3f9c 100644
|
||||||
|
--- a/vsftpd.conf.5
|
||||||
|
+++ b/vsftpd.conf.5
|
||||||
|
@@ -578,6 +578,9 @@ Default: NO
|
||||||
|
By default, numeric IDs are shown in the user and group fields of directory
|
||||||
|
listings. You can get textual names by enabling this parameter. It is off
|
||||||
|
by default for performance reasons.
|
||||||
|
+Note that textual names are not guaranteed when
|
||||||
|
+.BR chroot_local_user
|
||||||
|
+is set to YES.
|
||||||
|
|
||||||
|
Default: NO
|
||||||
|
.TP
|
||||||
|
--
|
||||||
|
2.14.3
|
||||||
|
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: vsftpd
|
Name: vsftpd
|
||||||
Version: 3.0.3
|
Version: 3.0.3
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Very Secure Ftp Daemon
|
Summary: Very Secure Ftp Daemon
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -65,6 +65,7 @@ Patch33: 0033-Introduce-TLSv1.1-and-TLSv1.2-options.patch
|
|||||||
Patch34: 0034-Turn-off-seccomp-sandbox-because-it-is-too-strict.patch
|
Patch34: 0034-Turn-off-seccomp-sandbox-because-it-is-too-strict.patch
|
||||||
Patch35: 0035-Modify-DH-enablement-patch-to-build-with-OpenSSL-1.1.patch
|
Patch35: 0035-Modify-DH-enablement-patch-to-build-with-OpenSSL-1.1.patch
|
||||||
Patch36: 0036-Redefine-VSFTP_COMMAND_FD-to-1.patch
|
Patch36: 0036-Redefine-VSFTP_COMMAND_FD-to-1.patch
|
||||||
|
Patch37: 0037-Document-the-relationship-of-text_userdb_names-and-c.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
vsftpd is a Very Secure FTP daemon. It was written completely from
|
vsftpd is a Very Secure FTP daemon. It was written completely from
|
||||||
@ -134,6 +135,10 @@ mkdir -p $RPM_BUILD_ROOT/%{_var}/ftp/pub
|
|||||||
%{_var}/ftp
|
%{_var}/ftp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 26 2017 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-9
|
||||||
|
- Document the relationship of text_userdb_names and chroot_local_user
|
||||||
|
- Resolves: rhbz#1439724
|
||||||
|
|
||||||
* Tue Sep 05 2017 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-8
|
* Tue Sep 05 2017 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-8
|
||||||
- Build against OpenSSL 1.1
|
- Build against OpenSSL 1.1
|
||||||
- Redefine VSFTP_COMMAND_FD to 1 to get errors generated during
|
- Redefine VSFTP_COMMAND_FD to 1 to get errors generated during
|
||||||
|
Loading…
Reference in New Issue
Block a user