{

# Portal elements
$conf->{'portalDisplayRegister'} = 0;
$conf->{'portalDisplayResetPassword'} = 0;

# add info for the auth portal
my $portal_domain="auth.$domain";
$conf->{vhostOptions}->{$portal_domain}->{vhostHttps} = 1; # Active le SSL/HTTPS (0=HTTP, 1=HTTPS, -1=Comme le portail)
#$conf->{vhostOptions}->{$portal_domain}->{vhostType}  = 'Standard';
$conf->{locationRules}->{$portal_domain}->{default} = 'accept';
#$conf->{locationRules}->{$portal_domain}->{'(?#errors)^/lmerror/'} = 'accept';


$OUT = '';

}
