--- docman.conf 2001/09/06 09:20:37 1.5 +++ docman.conf 2001/10/29 16:20:28 1.8 @@ -13,6 +13,9 @@ // from where to include auth_*.php modules? // $gblIncDir = "/home/httpd/docman"; + // do we want to force download? (leave it at 1) + $gblForceDownload = 1; + // username/password should not be system // usernames/passwords !! @@ -75,3 +78,10 @@ // $dbi = "pgsql:db:user:password"; // $dbi_sql = "select login,full_name,password,email from users"; + // htusers_union options: use more than one htusers method +// $gblUsers = "htusers_union"; +// $htusers_union[]="htusers_header"; +// $htusers_union[]="htusers_sql"; +// $htusers_union[]="htusers_file"; + +?>