We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be02d1 commit 959a617Copy full SHA for 959a617
README.md
@@ -34,7 +34,7 @@ defaults) and start `pure-ftpd` as a stand alone daemon.
34
config => {
35
ipv4only => 'Yes',
36
passiveportrange => '49999:59999',
37
- }
+ },
38
}
39
40
### Enabling LDAP authentication
@@ -60,7 +60,7 @@ defaults) and start `pure-ftpd` as a stand alone daemon.
60
ldapdefaultgid => '100',
61
ldapusetls => 'False',
62
ldapauthmethod => 'PASSWORD',
63
64
65
66
### Enabling PGSQL authentication
@@ -90,5 +90,5 @@ defaults) and start `pure-ftpd` as a stand alone daemon.
90
pgsqlgetratiodl => 'SELECT DLRatio FROM users WHERE User=\'\L\'',
91
pgsqlgetbandwidthul => 'SELECT ULBandwidth FROM users WHERE User=\'\L\'',
92
pgsqlgetbandwidthdl => 'SELECT DLBandwidth FROM users WHERE User=\'\L\'',
93
94
0 commit comments