Move all shared into this new repo
This commit is contained in:
33
file/proftpd/files/original-debian9-1.3.5b-configs/sql.conf
Normal file
33
file/proftpd/files/original-debian9-1.3.5b-configs/sql.conf
Normal file
@@ -0,0 +1,33 @@
|
||||
#
|
||||
# Proftpd sample configuration for SQL-based authentication.
|
||||
#
|
||||
# (This is not to be used if you prefer a PAM-based SQL authentication)
|
||||
#
|
||||
|
||||
<IfModule mod_sql.c>
|
||||
#
|
||||
# Choose a SQL backend among MySQL or PostgreSQL.
|
||||
# Both modules are loaded in default configuration, so you have to specify the backend
|
||||
# or comment out the unused module in /etc/proftpd/modules.conf.
|
||||
# Use 'mysql' or 'postgres' as possible values.
|
||||
#
|
||||
#SQLBackend mysql
|
||||
#
|
||||
#SQLEngine on
|
||||
#SQLAuthenticate on
|
||||
#
|
||||
# Use both a crypted or plaintext password
|
||||
#SQLAuthTypes Crypt Plaintext
|
||||
#
|
||||
# Use a backend-crypted or a crypted password
|
||||
#SQLAuthTypes Backend Crypt
|
||||
#
|
||||
# Connection
|
||||
#SQLConnectInfo proftpd@sql.example.com proftpd_user proftpd_password
|
||||
#
|
||||
# Describes both users/groups tables
|
||||
#
|
||||
#SQLUserInfo users userid passwd uid gid homedir shell
|
||||
#SQLGroupInfo groups groupname gid members
|
||||
#
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user