/[docman]/docman.conf
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /docman.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by dpavlin, Thu Jun 21 08:56:35 2001 UTC revision 1.8 by dpavlin, Mon Oct 29 16:20:28 2001 UTC
# Line 13  Line 13 
13          // from where to include auth_*.php modules?          // from where to include auth_*.php modules?
14  //      $gblIncDir = "/home/httpd/docman";  //      $gblIncDir = "/home/httpd/docman";
15    
16            // do we want to force download? (leave it at 1)
17            $gblForceDownload = 1;
18    
19          // username/password should not be system          // username/password should not be system
20          // usernames/passwords !!          // usernames/passwords !!
21    
# Line 65  Line 68 
68    
69          // Where are users stored?          // Where are users stored?
70          // default is to user .htusers file          // default is to user .htusers file
71  //      $gblUsers = "htusers_file";          $gblUsers = "htusers_file";
72    
73          // use sql handler          // use sql handler
74          $gblUsers = "htusers_sql";  //      $gblUsers = "htusers_sql";
75          // this are options if you use htusers_sql (there are no default          // this are options if you use htusers_sql (there are no default
76          // in docman.php, so you have to use docman.conf file and enter          // in docman.php, so you have to use docman.conf file and enter
77          // data here          // data here
78  //      $dbi = "pgsql:db:user:password"  //      $dbi = "pgsql:db:user:password";
79  //      $dbi_sql = "select login,full_name,password,email from users";  //      $dbi_sql = "select login,full_name,password,email from users";
80    
81            // htusers_union options: use more than one htusers method
82    //      $gblUsers = "htusers_union";
83    //      $htusers_union[]="htusers_header";
84    //      $htusers_union[]="htusers_sql";
85    //      $htusers_union[]="htusers_file";
86    
87    ?>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.26