Useradd doesnt work? - proftpd

nirock

New member
Joined
May 22, 2011
Messages
6
Hello,
before directadmin, i could add accounts to proftpd by using
useradd user
passwd user

after i installed directadmin, i cant do it...

Someone can please help me fix it? and make it works like this?..
 
Thanks for reply, but non of these would solve my problem...

i want proftpd to work like before using the useradd command.
 
He want's to use virtual users with the useradd command of proftpd.
Unfortunately I don't know if this is still possible.
 
Currently, i use the proftpd default config.
so useradd works, and directadmin doesnt work.
 
I Have an idea to do that...

i wanna change /usr/sbin/useradd to /usr/sbin/useradd1

and vi /usr/sbin/useradd

then write down to include /usr/sbin/useradd1,
and then the code will open ftp as directadmin does.
 
Another idea...
Maybe i would use another ftp server, on another port, to work as i need..

please help! i really need it!
 
RESOLVED!

I've just downloaded vsftpd,
configured his port to 201,

and now the ftp on port 201 work well!
 
Back
Top