Commit b5806991de5c8c87fcdc7bf152946e3a94098f04

Authored by Michael Joseph
1 parent f685f3c4

added additional ldap properties


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2037 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 4 additions and 2 deletions
config/environment.php
@@ -43,7 +43,9 @@ $default->system = new System(); @@ -43,7 +43,9 @@ $default->system = new System();
43 $default->organisationID = 1; 43 $default->organisationID = 1;
44 44
45 if ($default->system->initialised()) { 45 if ($default->system->initialised()) {
46 - $aSettings = array("ldapServer", "ldapRootDn", "ldapServerType", "emailServer", "emailFrom", "emailFromName", 46 + $aSettings = array("ldapServer", "ldapRootDn", "ldapServerType",
  47 + "ldapDomain", "ldapSearchUser", "ldapSearchPassword",
  48 + "emailServer", "emailFrom", "emailFromName",
47 "emailAdmin", "emailAdminName", 49 "emailAdmin", "emailAdminName",
48 "documentRoot", "languageDirectory", 50 "documentRoot", "languageDirectory",
49 "uiDirectory", "rootUrl", "graphicsUrl", "uiUrl", "useFS", "defaultLanguage", 51 "uiDirectory", "rootUrl", "graphicsUrl", "uiUrl", "useFS", "defaultLanguage",
@@ -70,7 +72,7 @@ if ($default->system->initialised()) { @@ -70,7 +72,7 @@ if ($default->system->initialised()) {
70 $default->emailAdminName = "DMS Administrator"; 72 $default->emailAdminName = "DMS Administrator";
71 73
72 // directories 74 // directories
73 - $default->documentRoot = "/usr/local/www/owl/dms/Documents"; 75 + $default->documentRoot = $default->fileSystemRoot . "/Documents";
74 $default->languageDirectory = $default->fileSystemRoot . "/locale"; 76 $default->languageDirectory = $default->fileSystemRoot . "/locale";
75 $default->uiDirectory = $default->fileSystemRoot . "/presentation/lookAndFeel/knowledgeTree"; 77 $default->uiDirectory = $default->fileSystemRoot . "/presentation/lookAndFeel/knowledgeTree";
76 78