Results 1 to 6 of 6

Thread: proftpd

  1. #1

    proftpd

    I don't believe my proftpd server is setup to automatically allow any server user to connect to it. Where might i go about changing this setting?

    Thank you
    anthony

  2. #2
    Mentor
    Join Date
    May 2001
    Location
    New Jersey
    Posts
    1,473

    Re:proftpd

    check your proftpd.conf file, it should be set in there.

  3. #3

    Re:proftpd

    Failed to start FTP server : - no such group 'nogroup' - Fatal: Group: Unknown group 'nogroup'.

    I'm trying to start proftp and now i'm getting that error.

    Any ideas?

    Thank you
    Anthony

  4. #4

    Re:proftpd

    www.proftpd.org/docs/faq/linked/faq-ch4.html++%27nogroup%27++proftpd&hl=en]The default ProFTPD configuration file uses the user "nouser" and the group "nogroup", some systems / distributions do not have the group "nogroup" defined. The solution is to either add the group "nogroup" to /etc/groups or to change the "nogroup" entry in the proftpd.conf to a group which does exist.[/url]

  5. #5

    Re:proftpd

    ok SUPER GAY QUESTION how do i add a group? And once i add a group do i need to add a user called nouser?

  6. #6
    Mentor
    Join Date
    Jun 2001
    Posts
    1,672

    Re:proftpd

    Code:
    groupadd nogroup
    useradd nouser -G nogroup

Similar Threads

  1. Proftpd - Limit FTP Access To Home Directory
    By Pleiades in forum Linux - Software, Applications & Programming
    Replies: 2
    Last Post: 06-23-2006, 02:57 AM
  2. Problem with Proftpd from WAN
    By Coral_Sea in forum Linux - Hardware, Networking & Security
    Replies: 1
    Last Post: 06-13-2005, 07:28 PM
  3. Red Hat Enterprise Linux version3 with Proftpd
    By elad_d in forum Linux - Software, Applications & Programming
    Replies: 1
    Last Post: 09-18-2004, 01:13 AM
  4. proftpd & booting
    By crazy ivan in forum Linux - Hardware, Networking & Security
    Replies: 2
    Last Post: 01-27-2004, 02:43 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •