SOURCES: proftpd.conf - load modules last - add AuthUserFile/AuthG...

glen glen at pld-linux.org
Sat Apr 29 16:57:11 CEST 2006


Author: glen                         Date: Sat Apr 29 14:57:11 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- load modules last
- add AuthUserFile/AuthGroupFile sample

---- Files affected:
SOURCES:
   proftpd.conf (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SOURCES/proftpd.conf
diff -u SOURCES/proftpd.conf:1.14 SOURCES/proftpd.conf:1.15
--- SOURCES/proftpd.conf:1.14	Sat Apr 29 16:50:47 2006
+++ SOURCES/proftpd.conf	Sat Apr 29 16:57:06 2006
@@ -22,8 +22,9 @@
 User				ftp
 Group				ftp
 
-# Load additional modules config
-Include /etc/ftpd/conf.d/*.conf
+# use separate auth files instead of system auth
+#AuthUserFile /etc/ftpd/passwd
+#AuthGroupFile /etc/ftpd/group
 
 # Normally, we want files to be overwriteable.
 <Directory />
@@ -69,4 +70,5 @@
 #	</Directory>
 </Anonymous>
 
-# vim:ts=8:sw=8
+# Load additional modules config
+Include /etc/ftpd/conf.d/*.conf
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/proftpd.conf?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list