X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fetc%2FRT_SiteConfig.pm;h=0e982380873c78b2fbfd40ae37b7ac88070bfdff;hp=daf136399c6eee134c0ea12ca59ea2ac072d43a1;hb=f2731f7f3883905cd17633f486d2aeb9593173da;hpb=f641486e28214ad1eca18c47d2252701b83614f1 diff --git a/rt/etc/RT_SiteConfig.pm b/rt/etc/RT_SiteConfig.pm index daf136399..0e9823808 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%%%';