From: Rob H. <for...@us...> - 2003-08-24 18:43:35
|
Update of /cvsroot/sandweb/sandweb/lib In directory sc8-pr-cvs1:/tmp/cvs-serv13700/lib Modified Files: SandWeb.pm 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.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb.pm,v retrieving revision 1.29 retrieving revision 1.30 diff -U2 -r1.29 -r1.30 --- SandWeb.pm 8 Jul 2003 22:07:51 -0000 1.29 +++ SandWeb.pm 24 Aug 2003 18:43:32 -0000 1.30 @@ -220,5 +220,5 @@ 'cookie_path' => $config->{'cookie'}->{'path'}, 'cookie_domain' => $config->{'cookie'}->{'domain'}, - + 'auth_type' => $config->{'system'}->{'auth_type'}, ); return $auth; |