You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2009/06/21 02:19:45 UTC

svn commit: r786931 - /httpd/mod_ftp/trunk/docs/conf/extra/ftpd.conf

Author: fuankg
Date: Sun Jun 21 00:19:45 2009
New Revision: 786931

URL: http://svn.apache.org/viewvc?rev=786931&view=rev
Log:
Added AuthBasicProvider since required for 2.2 which is our main target.

Modified:
    httpd/mod_ftp/trunk/docs/conf/extra/ftpd.conf

Modified: httpd/mod_ftp/trunk/docs/conf/extra/ftpd.conf
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/docs/conf/extra/ftpd.conf?rev=786931&r1=786930&r2=786931&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/docs/conf/extra/ftpd.conf (original)
+++ httpd/mod_ftp/trunk/docs/conf/extra/ftpd.conf Sun Jun 21 00:19:45 2009
@@ -100,6 +100,7 @@
 #<Directory "@exp_ftpdocsdir@">
 #    AuthName "Use 'anonymous' and email address for guest entry"
 #    AuthType basic
+#    AuthBasicProvider anon
 #
 #    Anonymous anonymous guest
 #    Anonymous_MustGiveEmail on