/[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.5 by dpavlin, Thu Sep 6 09:20:37 2001 UTC
# Line 65  Line 65 
65    
66          // Where are users stored?          // Where are users stored?
67          // default is to user .htusers file          // default is to user .htusers file
68  //      $gblUsers = "htusers_file";          $gblUsers = "htusers_file";
69    
70          // use sql handler          // use sql handler
71          $gblUsers = "htusers_sql";  //      $gblUsers = "htusers_sql";
72          // this are options if you use htusers_sql (there are no default          // this are options if you use htusers_sql (there are no default
73          // 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
74          // data here          // data here
75  //      $dbi = "pgsql:db:user:password"  //      $dbi = "pgsql:db:user:password";
76  //      $dbi_sql = "select login,full_name,password,email from users";  //      $dbi_sql = "select login,full_name,password,email from users";
77    

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

  ViewVC Help
Powered by ViewVC 1.1.26