Commit 959a617 Joshua Hoblitt
committed
1 parent 8be02d1 commit 959a617 Copy full SHA for 959a617
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ defaults) and start `pure-ftpd` as a stand alone daemon.
34
34
config => {
35
35
ipv4only => 'Yes',
36
36
passiveportrange => '49999:59999',
37
- }
37
+ },
38
38
}
39
39
40
40
### Enabling LDAP authentication
@@ -60,7 +60,7 @@ defaults) and start `pure-ftpd` as a stand alone daemon.
60
60
ldapdefaultgid => '100',
61
61
ldapusetls => 'False',
62
62
ldapauthmethod => 'PASSWORD',
63
- }
63
+ },
64
64
}
65
65
66
66
### Enabling PGSQL authentication
@@ -90,5 +90,5 @@ defaults) and start `pure-ftpd` as a stand alone daemon.
90
90
pgsqlgetratiodl => 'SELECT DLRatio FROM users WHERE User=\'\L\'',
91
91
pgsqlgetbandwidthul => 'SELECT ULBandwidth FROM users WHERE User=\'\L\'',
92
92
pgsqlgetbandwidthdl => 'SELECT DLBandwidth FROM users WHERE User=\'\L\'',
93
- }
93
+ },
94
94
}
You can’t perform that action at this time.
0 commit comments