Displaying 4 results from an estimated 4 matches for "allowstorerestart".
2005 Sep 13
1
OT: ProFTPD web browser login
...DefaultRoot                     ~ !adm
AuthPAMAuthoritative           on
IdentLookups                    off
UseReverseDNS                    off
Port                            21
Umask                           022
ListOptions                     "-a"
AllowRetrieveRestart             on
AllowStoreRestart                 on
MaxInstances                    20
User                            nobody
Group                           nobody
ScoreboardFile                  /var/run/proftpd.score
<Global>
  AllowOverwrite                   yes
  <Limit ALL SITE_CHMOD>
    AllowAll
  </Limit&...
2005 Sep 16
1
OT: Proftpd and Iptables
...bles -A INPUT -j DROP
Proftpd conf:
AuthPAMAuthoritative            on
IdentLookups                    off
UseReverseDNS                   off
Port                            21
Umask                           022
ListOptions                     "-a"
AllowRetrieveRestart            on
AllowStoreRestart               on
MaxInstances                    20
User                            nobody
Group                           nobody
ScoreboardFile                  /var/run/proftpd.score
<Global>
  AllowOverwrite                       yes
  <Limit ALL SITE_CHMOD>
    AllowAll
  </Limi...
2011 Aug 26
1
mysql authentication in proftpd
...reverse DNS lookups (hangs on DNS problems)
UseReverseDNS                        off
# Set the user and group that the server runs as
User                                nobody
Group                                nobody
# Specify a scoreboard file
ScoreboardFile /var/proftpd/proftpd.scoreboard
AllowStoreRestart on 
AllowRetrieveRestart on 
RequireValidShell off 
PathDenyFilter "\\.ftp)|\\.ht)[a-z]+$" AllowStoreRestart on 
AllowRetrieveRestart on 
RequireValidShell off 
PathDenyFilter "\\.ftp)|\\.ht)[a-z]+$" 
DenyFilter \*.*/
# To prevent DoS attacks, set the maximum number of child pr...
2006 Feb 21
0
OT Proftpd stopped authenication for users
...DefaultRoot                     ~ !adm
AuthPAMAuthoritative            off
IdentLookups                    off
UseReverseDNS                   off
Port                            21
Umask                           022
ListOptions                     "-a"
AllowRetrieveRestart            on
AllowStoreRestart               on
MaxInstances                    20
User                            nobody
Group                           nobody
ScoreboardFile                  /var/run/proftpd.score
<Global>
  AllowOverwrite                yes
  <Limit ALL SITE_CHMOD>
    AllowAll
  </Limit>
&...