]> TLD Linux GIT Repositories - packages/proftpd.git/blobdiff - proftpd.conf
- updated to 1.3.8b
[packages/proftpd.git] / proftpd.conf
index 18a992f370a2364c36edea6f2193daffd9dc9570..5c1ebbd1b4092b0462ac09a28fb4996c9d8e989c 100644 (file)
@@ -22,7 +22,7 @@ Port                  21
        User                    ftp
 
        # Set the group the server normally runs as
-       Group                   nobody
+       Group                   ftp
 
        # Set the default umask
        Umask                   022
@@ -46,8 +46,8 @@ Port                  21
        MaxLoginAttempts        3
 
        # Specify alternate passwd/group files to be used
-       #AuthUserFile           /etc/ftpd/passwd
-       #AuthGroupFile          /etc/ftpd/group
+       #AuthUserFile           /etc/proftpd/passwd
+       #AuthGroupFile          /etc/proftpd/group
 
        # Set the default method of data transfer
        DefaultTransferMode     binary
@@ -81,4 +81,4 @@ Port                  21
 </Global>
 
 # Load additional config files (modules etc.)
-Include /etc/ftpd/conf.d/*.conf
+Include /etc/proftpd/conf.d/*.conf