Web Hosting Talk







View Full Version : proftpd


clocker1996
05-02-2002, 05:30 PM
how do you make it so proftpd will allow users to ftp in who have uid=0?
i know its dangerous

but i just want to see how its done.

does anyone know?

so basically

say

username: root2
root2:x:0:0:root:/home/root2:/bin/bash

how can i make it so that username can ftp in?

mkaufman
05-02-2002, 05:52 PM
When I installed it, it allowed you to do that right away :\

clocker1996
05-05-2002, 03:52 AM
so nobody knows eh?

Noldar
05-05-2002, 10:26 AM
Have you tried:

RootLogin on

In your proftpd.conf?

Richard

Jeffyt
05-05-2002, 10:27 AM
I was kind of under the impression that root can't log in on FTP because 'root' is listed in the /etc/ftpusers file. Just like if you were to allow anonymous users access via FTP by removing the user 'ftp' from that file (along with uncommmenting the anonftp sect. of proftpd.conf), so would you remove 'root' from that file (both of which I would highly discourage). Maybe that is what you were looking for.

Regards,

Jeff