[rt-users] ExternalAuth doesn't work

Ruslan Zakirov ruz at bestpractical.com
Fri Mar 4 06:24:37 EST 2011


On Fri, Mar 4, 2011 at 11:48 AM, Robert Wysocki
<robert.wysocki at contium.pl> wrote:
> 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.

Only difference I see is in spaces and those spaces changes don't
change meaning. It was something else.



>
> --
> Robert
>
>



-- 
Best regards, Ruslan.



More information about the rt-users mailing list