Commit 61d90a04e65b02a2f798329dcb4228babac2bdeb
1 parent
a042783e
added ldap domain
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1715 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
config/environment.php
| ... | ... | @@ -55,6 +55,7 @@ if ($default->system->initialised()) { |
| 55 | 55 | $default->ldapRootDn = "o=Medical Research Council"; |
| 56 | 56 | // current supported types=iPlanet, ActiveDirectory; |
| 57 | 57 | $default->ldapServerType = "ActiveDirectory"; |
| 58 | + $default->ldapDomain = "jamwarehouse.com"; | |
| 58 | 59 | |
| 59 | 60 | // email settings |
| 60 | 61 | $default->emailServer = "mail.jamwarehouse.com"; | ... | ... |