PDA

View Full Version : FTP accounts without @<domainname.com>



Samplex
08-14-2007, 01:03 AM
How can i create ftp users so they dont have to use the whole john@<fqdn.com> as user name, i just want user john as username to login to the ftp.

Duboux
08-15-2007, 04:26 PM
From what I know, only users with a owned IP can have that.
Everyone with a shared ip can't have that.

I would also like to know if this can be set differently, cause now u can't login using a premade url, like ftp://user:pass@domain.com

Also don't understand why the main account don't need a @ with email in the username, and the rest does...

Marshall
08-15-2007, 04:56 PM
It is set like this to prevent two domains from creating the same user, the main account doesnt need it because all account names already have to be unique. I do not know of any variables that can change this (although that does sound like a good addition) but you can manually change these names by editting /etc/proftpd.passwd and removing the @domain.com from the username and saving the file. Make sure not to delete anything but the @domain.com because deleting the : that follows will break the passwd file.