[rt-users] ExternalAuth doesn't work

Robert Wysocki robert.wysocki at contium.pl
Fri Mar 4 03:48:44 EST 2011


Dnia 2011-03-04, pią o godzinie 09:38 +0100, Robert Wysocki pisze:
> Dnia 2011-03-03, czw o godzinie 10:25 -0500, Jason Ledford pisze:
> > Did you configure the plugin to load and does RT show it being loaded, and has apache been restarted?  Here are my 2 config files, RT-authen first:
> 
> Thanks for the config files.
> Plugin is configured to load, but RT doesn't show any plugins being
> loaded. All of the plugins configured to load work fine except
> ExternalAuth.
> I've tried with SSL, without SSL, with port number, without it and
> everything fails.

OK, solved.

The problem was:
Set($ExternalAuthPriority,  [   
                                'LDAP1',
                                'LDAP2'
                            ]
);

although syntactically OK, should be:

Set($ExternalAuthPriority,  [   'LDAP1',
                                'LDAP2'
                            ]
);

And the same with ExternalInfoPriority.

-- 
Robert




More information about the rt-users mailing list