Browse Source

has to be a global command

master
parent
commit
79d1259ac7
  1. 2
      proftpd/proftpd.conf

2
proftpd/proftpd.conf

@ -25,7 +25,6 @@ AllowOverwrite on
MaxLoginAttempts 2 MaxLoginAttempts 2
RequireValidShell yes RequireValidShell yes
LsDefaultOptions "-l" LsDefaultOptions "-l"
WTmpLog off
TimeoutLogin 120 TimeoutLogin 120
TimeoutNoTransfer 600 TimeoutNoTransfer 600
@ -47,6 +46,7 @@ SystemLog @l_prefix@/var/proftpd/proftpd.system.log
DisplayLogin @l_prefix@/etc/proftpd/proftpd.msg.login DisplayLogin @l_prefix@/etc/proftpd/proftpd.msg.login
DisplayFirstChdir .message DisplayFirstChdir .message
DisplayReadme README* DisplayReadme README*
WTmpLog off
</Global> </Global>
<Directory /*> <Directory /*>

Loading…
Cancel
Save