Merge branch 'github/pr/55_reprise'
[freeside.git] / rt / etc / RT_SiteConfig.pm
index 4a397fa..0e98238 100644 (file)
@@ -10,7 +10,7 @@
 #
 # The converse is also true, if this file isn't valid perl, you're
 # going to run into trouble. To check your SiteConfig file, use
-# this comamnd:
+# this command:
 #
 #   perl -c /path/to/your/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%%%';