From 0bea83e1242cd45d7ae865f4049515136b9554f5 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Fri, 11 Apr 2003 13:15:20 +0000 Subject: [PATCH] added search user and password --- config/environment.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/environment.php b/config/environment.php index 9d23514..c703f28 100644 --- a/config/environment.php +++ b/config/environment.php @@ -54,8 +54,10 @@ if ($default->system->initialised()) { $default->ldapServer = "192.168.1.9"; $default->ldapRootDn = "o=Medical Research Council"; // current supported types=iPlanet, ActiveDirectory; - $default->ldapServerType = "ActiveDirectory"; - $default->ldapDomain = "jamwarehouse.com"; + $default->ldapServerType = "iPlanet"; + $default->ldapDomain = "domain.com"; + $default->ldapSearchUser = "searchUser@domain.com"; + $default->ldapSearchPassword = "pwd"; // email settings $default->emailServer = "mail.jamwarehouse.com"; -- libgit2 0.21.4