Skip to content

Commit

Permalink
more README commas for fun and profit
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Aug 6, 2013
1 parent 8be02d1 commit 959a617
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defaults) and start `pure-ftpd` as a stand alone daemon.
config => {
ipv4only => 'Yes',
passiveportrange => '49999:59999',
}
},
}

### Enabling LDAP authentication
Expand All @@ -60,7 +60,7 @@ defaults) and start `pure-ftpd` as a stand alone daemon.
ldapdefaultgid => '100',
ldapusetls => 'False',
ldapauthmethod => 'PASSWORD',
}
},
}

### Enabling PGSQL authentication
Expand Down Expand Up @@ -90,5 +90,5 @@ defaults) and start `pure-ftpd` as a stand alone daemon.
pgsqlgetratiodl => 'SELECT DLRatio FROM users WHERE User=\'\L\'',
pgsqlgetbandwidthul => 'SELECT ULBandwidth FROM users WHERE User=\'\L\'',
pgsqlgetbandwidthdl => 'SELECT DLBandwidth FROM users WHERE User=\'\L\'',
}
},
}

0 comments on commit 959a617

Please sign in to comment.