/[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.8 by dpavlin, Mon Oct 29 16:20:28 2001 UTC revision 1.9 by dpavlin, Fri Feb 15 09:54:25 2002 UTC
# Line 78  Line 78 
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_ldap options: needs the following lines filled in
82    //      $gblUsers = "htusers_ldap";
83    //      $ldapServer = "x.x.x.x";        // dotted notation or a FQDN
84    //      $ldapServerPort = "389";        // default port
85    //      $basedn = "o=CompanyName";      // branch of tree to start search
86    //      $bind="cn=Manager, o=CompanyName"; // login for password searching
87    //      $bindpw="";                     // password for the above account
88    
89          // htusers_union options: use more than one htusers method          // htusers_union options: use more than one htusers method
90  //      $gblUsers = "htusers_union";  //      $gblUsers = "htusers_union";
91  //      $htusers_union[]="htusers_header";  //      $htusers_union[]="htusers_header";

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

  ViewVC Help
Powered by ViewVC 1.1.26