From: Rob H. <for...@us...> - 2004-03-08 07:59:16
|
Update of /cvsroot/sandweb/sandweb/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13873/etc Modified Files: sandweb.cfg Log Message: turning on flatfile auth by default, as unix isn't documented in the INSTALL or README yet Index: sandweb.cfg =================================================================== RCS file: /cvsroot/sandweb/sandweb/etc/sandweb.cfg,v retrieving revision 1.30 retrieving revision 1.31 diff -U2 -r1.30 -r1.31 --- sandweb.cfg 24 Aug 2003 18:43:32 -0000 1.30 +++ sandweb.cfg 8 Mar 2004 07:35:08 -0000 1.31 @@ -42,5 +42,5 @@ bindir="/usr/local/bin" timeout="300" - auth_type="unix" + auth_type="flatfile" /> |