summaryrefslogtreecommitdiffstats
path: root/vsftpd/03-db-doc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vsftpd/03-db-doc.patch')
-rw-r--r--vsftpd/03-db-doc.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/vsftpd/03-db-doc.patch b/vsftpd/03-db-doc.patch
deleted file mode 100644
index d544ef0c1a..0000000000
--- a/vsftpd/03-db-doc.patch
+++ /dev/null
@@ -1,19 +0,0 @@
1Author: shaul Karl <shaulkarl@yahoo.com>
2Description:
3 A short explanation how to find out the right db version (Closes: #478282).
4
5diff -Naurp vsftpd.orig/EXAMPLE/VIRTUAL_USERS/README vsftpd/EXAMPLE/VIRTUAL_USERS/README
6--- vsftpd.orig/EXAMPLE/VIRTUAL_USERS/README 2009-01-31 00:02:36.000000000 +0000
7+++ vsftpd/EXAMPLE/VIRTUAL_USERS/README 2009-01-31 01:38:11.000000000 +0000
8@@ -21,7 +21,10 @@ NOTE: Many systems have multiple version
9 need to use e.g. db3_load for correct operation. This is known to affect
10 some Debian systems. The core issue is that pam_userdb expects its login
11 database to be a specific db version (often db3, whereas db4 may be installed
12-on your system).
13+on your system). You might check ahead what specific db version you'll need
14+by looking at the dependcies of the pam module. Some methods to do that is to
15+run ldd on the pam_userdb.so or look at the dependencies of the package with
16+the pam modules.
17
18 This will create /etc/vsftpd_login.db. Obviously, you may want to make sure
19 the permissions are restricted: