These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for proftp account didn't get created on the new forum.
Hi all, I have FC10 W/ latest webmin/virtual installed success Also with proftpd installed via yum install proftpd When I create a virtual server account, result "done" all the way, but it didn't create the ftp account, any idea how to fix? Thanks
I'll point out that there is no "FTP account". It is the same as a regular user...it just has to have a shell listed in /etc/shells in order to have FTP access. So, when you create a virtual server, that user may or may not have FTP, depending on what shell is configured for the user.
--
Check out the forum guidelines!
I'm really sorry, I'm a newbie.
How do I find out if there's a shell listed? or if what shell is configured for the user?
To get an idea of how it's configured, you can log into Virtualmin, and click "Edit Mail and FTP Users".
Where you see the list of users, what do you see in "Login Access"? Typically, a new user would have "Email and FTP" listed.
However, that's only part of the story -- a better gauge would be to log in as root over SSH, and to type this:
grep USERNAME /etc/passwd
The last field of the output is the shell (something like /dev/null or /bin/false, or maybe even /bin/bash).
That field needs to exist in the file /etc/shells.
-Eric
Wow! problem solved. You guys should get paid for this kind of support :) Thanks again.
<div class='quote'>You guys should get paid for this kind of support</div>
Sometimes we do. And, even when we don't, we're having fun, and that's what matters. ;-)
Glad you got it working.
--
Check out the forum guidelines!