Displaying 1 result from an estimated 1 matches for "rexmoore".
Did you mean:
  redmore
  
2006 Feb 21
0
OT Proftpd stopped authenication for users
...teichert
Group                           teichert
#DefaultChdir                    /var/ftp/pub/
RequireValidShell               off
<Limit STOR>
  AllowAll
</Limit>
<Limit WRITE>
  AllowAll
</Limit>
</Anonymous>
<Anonymous /var/ftp/repro/rexmoore>
AnonRequirePassword             on
User                            rexmoore
Group                           rexmoore
#DefaultChdir                    /var/ftp/pub/
RequireValidShell               off
<Limit STOR>
  AllowAll
</Limit>
<Limit WRITE>
  AllowAll
</Limit>
<...