Add hostname pref in mozilla MCD config

This commit is contained in:
Daniel Berteaud 2012-12-19 14:35:01 +01:00
parent 75fc94d446
commit bdf0ef3b71
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ my $wlgroups = join (',', @wlgroups);
$OUT .=<<"EOF";
define('HOSTNAME', '$SystemName');
define('DOMAIN', '$DomainName');
define('USER_BASE', 'ou=Users,$ldapbase');
define('IMAP_SERVER', '$SystemName.$DomainName');