[rt-users] port problem

Andy Harrison ajharrison at gwi.net
Wed Apr 2 21:59:43 EST 2003


-----BEGIN PGP SIGNED MESSAGE-----


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
On 03-Apr-2003, Phil Homewood wrote message "Re: [rt-users] port problem"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> http://lists.fsck.com/pipermail/rt-users/2003-March/012732.html
> 
> You haven't defined $WebFallbackToInternalAuth, by any chance?

Nope, here's the whole thing:


# grep '^[^#]' /opt/rt3/etc/RT_Config.pm
package RT;
=head1 NAME
RT::Config
=for testing
use RT::Config;
=cut
Set($rtname , "example.com");
Set($Organization , "example.com");
Set($MinimumPasswordLength , "5");
Set($Timezone , 'US/Eastern');
Set($DatabaseType , 'Pg');
Set($DatabaseHost   , 'localhost');
Set($DatabaseRTHost , 'localhost');
Set($DatabasePort , '5432');
Set($DatabaseUser , 'rt');
Set($DatabasePassword , 'xxxxxxxxx');
Set($DatabaseName , 'rt3');
Set($DatabaseRequireSSL , undef);
Set($OwnerEmail , 'root');
Set($LoopsToRTOwner , 1);
Set($StoreLoops , undef);
Set($MaxAttachmentSize , 10000000);
Set($TruncateLongAttachments , undef);
Set($DropLongAttachments , undef);
Set($ParseNewMessageForTicketCcs , undef);
Set($RTAddressRegexp , '^rt\@example.com$');
Set($CanonicalizeEmailAddressMatch   , 'subdomain.example.com$');
Set($CanonicalizeEmailAddressReplace , 'example.com');
Set($SenderMustExistInExternalDatabase , undef);
Set($CorrespondAddress , 'RT::CorrespondAddress.not.set');
Set($CommentAddress , 'RT::CommentAddress.not.set');
Set($MailCommand , 'sendmailpipe');
Set($SendmailArguments , "-oi -t");
Set($SendmailPath , "/usr/sbin/sendmail");
Set($UseFriendlyToLine , 0);
Set($NotifyActor, 0);
Set($LogToSyslog    , 'debug');
Set($LogToScreen    , 'error');
Set($LogToFile      , undef);
Set($LogToFileNamed , "$LogDir/rt.log");    #log to rt.log.<pid>.<user>
Set($WebPath , "");
Set($WebBaseURL , "http://RT::WebBaseURL.not.configured:80");
Set($WebURL , $WebBaseURL . $WebPath . "/");
Set($WebImagesURL , $WebURL . "NoAuth/images/");
Set($LogoURL , $WebImagesURL . "rt.jpg");
Set($TrustHTMLAttachments , undef);
Set($WebExternalAuth , "true");
Set($WebFallbackToInternalAuth , undef);
Set($WebExternalGecos , undef);
Set($WebExternalAuto , "true");
@EmailInputEncodings = qw(utf-8 iso-8859-1 us-ascii) unless (@EmailEncodings);
Set($EmailOutputEncoding , 'utf-8');
Set($DateDayBeforeMonth , 1);
Set($AmbiguousDayInPast , 1);
1;


I just turned on WebExternalAuto and gave that a whirl, to no avail.


~~ 
Andy Harrison
Great Works Internet
System Operations
(full headers for details)

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8

iQCVAwUBPoujnVPEkLgodAWVAQFFmgP/eqlH+5jRkDccKi6m8dQ5c8tdBpUSnQPD
OEYaUTjWPJwQndPJY4xY45Wh0k3VhoL7AgxZ7QG2N9fzTnxhkxMtTwu4BhmryJx3
22fwgMRISGxuaX/RDPoBcLiszhewTQMd3p2WnZoeWAjXkCGBQ1+GM4S7I5ySceod
gein4ADyKp0=
=HwQh
-----END PGP SIGNATURE-----



More information about the rt-users mailing list