Update of /cvsroot/sandweb/sandweb/etc
In directory sc8-pr-cvs1:/tmp/cvs-serv13700/etc
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/etc/sandweb.cfg,v
retrieving revision 1.29
retrieving revision 1.30
diff -U2 -r1.29 -r1.30
--- sandweb.cfg 1 Apr 2003 02:46:26 -0000 1.29
+++ sandweb.cfg 24 Aug 2003 18:43:32 -0000 1.30
@@ -42,4 +42,5 @@
bindir="/usr/local/bin"
timeout="300"
+ auth_type="unix"
/>
|