client on one of our dedicated servers only has one domain on his server (his own) and is trying to create ftp users for his developers. I created a test one to see if i could log in and it didnt work.
Whats weird is that /etc/proftpd.conf looks pretty basic, it doesnt look like it\'s been updated at all. I\'m assuming their should be a seperate vhost for this domain right? this is what it looks like
DisplayConnect /etc/issue.net
ServerName \"ProFTPD\"
AuthUserFile /etc/proftpd/passwd.vhosts
LogFormat BytesLog \"%b\"
ServerType standalone
DeferWelcome off
DefaultServer on
DefaultRoot ~ !wheel
Port 21
Umask 022
User nobody
Group proftpd
<Directory />
AllowOverwrite on
</Directory>
<Anonymous ~ftp>
UseFtpUsers on
RequireValidShell off
User ftp
Group ftp
UserAlias anonymous ftp
<Limit LOGIN>
AllowAll
</Limit>
MaxClients 10
DisplayLogin welcome.msg
DisplayFirstChdir .message
<Limit WRITE>
DenyAll
</Limit>
</Anonymous>
I checked perms on their home dir and it looks good. read perl all accross the world and they own the dir.
Anybody have a fix for this.



LinkBack URL
About LinkBacks
Reply With Quote






