fix ftp user passwords

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-10-07 17:56:51 +02:00
parent fb163f8006
commit 0757cc25ce
9 changed files with 15 additions and 16 deletions

View File

@@ -4261,7 +4261,7 @@ SQLEngine on
SQLAuthenticate on
#
# Use both an encrypted or plaintext password
SQLAuthTypes Crypt
SQLAuthTypes Crypt OpenSSL
SQLAuthenticate users* groups*

View File

@@ -2900,7 +2900,7 @@ SQLEngine on
SQLAuthenticate on
#
# Use both an encrypted or plaintext password
SQLAuthTypes Crypt
SQLAuthTypes Crypt OpenSSL
SQLAuthenticate users* groups*

View File

@@ -4472,7 +4472,7 @@ SQLEngine on
SQLAuthenticate on
#
# Use both an encrypted or plaintext password
SQLAuthTypes Crypt
SQLAuthTypes Crypt OpenSSL
SQLAuthenticate users* groups*

View File

@@ -4463,7 +4463,7 @@ SQLEngine on
SQLAuthenticate on
#
# Use both an encrypted or plaintext password
SQLAuthTypes Crypt
SQLAuthTypes Crypt OpenSSL
SQLAuthenticate users* groups*

View File

@@ -3678,7 +3678,7 @@ SQLEngine on
SQLAuthenticate on
#
# Use both an encrypted or plaintext password
SQLAuthTypes Crypt
SQLAuthTypes Crypt OpenSSL
SQLAuthenticate users* groups*

View File

@@ -3453,7 +3453,7 @@ AllowOverwrite on
</Directory>
# SQL settings
SQLAuthTypes Crypt
SQLAuthTypes Crypt OpenSSL
SQLAuthenticate users* groups*
SQLConnectInfo <SQL_DB>@<SQL_HOST> <SQL_UNPRIVILEGED_USER> <SQL_UNPRIVILEGED_PASSWORD>
SQLUserInfo ftp_users username password uid gid homedir shell

View File

@@ -3678,7 +3678,7 @@ SQLEngine on
SQLAuthenticate on
#
# Use both an encrypted or plaintext password
SQLAuthTypes Crypt
SQLAuthTypes Crypt OpenSSL
SQLAuthenticate users* groups*