Commit 0bea83e1242cd45d7ae865f4049515136b9554f5

Authored by Michael Joseph
1 parent b47e9239

added search user and password


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1718 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 4 additions and 2 deletions
config/environment.php
@@ -54,8 +54,10 @@ if ($default->system->initialised()) { @@ -54,8 +54,10 @@ if ($default->system->initialised()) {
54 $default->ldapServer = "192.168.1.9"; 54 $default->ldapServer = "192.168.1.9";
55 $default->ldapRootDn = "o=Medical Research Council"; 55 $default->ldapRootDn = "o=Medical Research Council";
56 // current supported types=iPlanet, ActiveDirectory; 56 // current supported types=iPlanet, ActiveDirectory;
57 - $default->ldapServerType = "ActiveDirectory";  
58 - $default->ldapDomain = "jamwarehouse.com"; 57 + $default->ldapServerType = "iPlanet";
  58 + $default->ldapDomain = "domain.com";
  59 + $default->ldapSearchUser = "searchUser@domain.com";
  60 + $default->ldapSearchPassword = "pwd";
59 61
60 // email settings 62 // email settings
61 $default->emailServer = "mail.jamwarehouse.com"; 63 $default->emailServer = "mail.jamwarehouse.com";