--- docman.conf 2001/10/29 16:20:28 1.8 +++ docman.conf 2002/02/15 09:54:25 1.9 @@ -78,6 +78,14 @@ // $dbi = "pgsql:db:user:password"; // $dbi_sql = "select login,full_name,password,email from users"; + // htusers_ldap options: needs the following lines filled in +// $gblUsers = "htusers_ldap"; +// $ldapServer = "x.x.x.x"; // dotted notation or a FQDN +// $ldapServerPort = "389"; // default port +// $basedn = "o=CompanyName"; // branch of tree to start search +// $bind="cn=Manager, o=CompanyName"; // login for password searching +// $bindpw=""; // password for the above account + // htusers_union options: use more than one htusers method // $gblUsers = "htusers_union"; // $htusers_union[]="htusers_header";