From b5806991de5c8c87fcdc7bf152946e3a94098f04 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Mon, 2 Jun 2003 16:34:04 +0000 Subject: [PATCH] added additional ldap properties --- config/environment.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/environment.php b/config/environment.php index 8c33290..e7564cc 100644 --- a/config/environment.php +++ b/config/environment.php @@ -43,7 +43,9 @@ $default->system = new System(); $default->organisationID = 1; if ($default->system->initialised()) { - $aSettings = array("ldapServer", "ldapRootDn", "ldapServerType", "emailServer", "emailFrom", "emailFromName", + $aSettings = array("ldapServer", "ldapRootDn", "ldapServerType", + "ldapDomain", "ldapSearchUser", "ldapSearchPassword", + "emailServer", "emailFrom", "emailFromName", "emailAdmin", "emailAdminName", "documentRoot", "languageDirectory", "uiDirectory", "rootUrl", "graphicsUrl", "uiUrl", "useFS", "defaultLanguage", @@ -70,7 +72,7 @@ if ($default->system->initialised()) { $default->emailAdminName = "DMS Administrator"; // directories - $default->documentRoot = "/usr/local/www/owl/dms/Documents"; + $default->documentRoot = $default->fileSystemRoot . "/Documents"; $default->languageDirectory = $default->fileSystemRoot . "/locale"; $default->uiDirectory = $default->fileSystemRoot . "/presentation/lookAndFeel/knowledgeTree"; -- libgit2 0.21.4