summaryrefslogtreecommitdiff
path: root/rt
diff options
context:
space:
mode:
Diffstat (limited to 'rt')
-rw-r--r--rt/etc/RT_SiteConfig.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/etc/RT_SiteConfig.pm b/rt/etc/RT_SiteConfig.pm
index daf1363..0e98238 100644
--- a/rt/etc/RT_SiteConfig.pm
+++ b/rt/etc/RT_SiteConfig.pm
@@ -25,9 +25,9 @@ Set($Organization, '%%%RT_DOMAIN%%%');
Set($Timezone, '%%%RT_TIMEZONE%%%');
-Set($WebExternalAuth, 1);
+Set($WebRemoteUserAuth, 1);
Set($WebFallbackToInternal, 1); #no
-Set($WebExternalAuto, 1);
+Set($WebRemoteUserAutocreate, 1);
$RT::URI::freeside::IntegrationType = 'Internal';
$RT::URI::freeside::URL = '%%%FREESIDE_URL%%%';