Update of /cvsroot/sandweb/sandweb/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv13700/debian
Modified Files:
sandweb.cfg
Log Message:
integrated Unix support, you can configure between unix and flatfile
auth_type in sandweb.cfg
sandweb-admin still needs to be run to create the user directory, but
it won't ask for a password if you're a "unix" user.
Index: sandweb.cfg
===================================================================
RCS file: /cvsroot/sandweb/sandweb/debian/sandweb.cfg,v
retrieving revision 1.4
retrieving revision 1.5
diff -U2 -r1.4 -r1.5
--- sandweb.cfg 8 Jul 2003 22:08:32 -0000 1.4
+++ sandweb.cfg 24 Aug 2003 18:43:32 -0000 1.5
@@ -43,4 +43,5 @@
bindir="/usr/bin"
timeout="300"
+ auth_type="flatfile"
/>
|