[rt-users] rt4 and External Auth to AD 2008 non-ssl

james machado hvgeekwtrvl at gmail.com
Thu Aug 25 15:16:50 EDT 2011


On Thu, Aug 25, 2011 at 9:59 AM, Brian Murphy <blmurphy at eiu.edu> wrote:
> I only get the login failed message back from web.pm.
>
> The account I am using is already in RT and being used so is this a problem.  I was assuming the id would exist and just the auth would be done externally.

i would try using ldapsearch from your RT machine against your AD
server and verify that you can do a bind/seach against AD wiithout
SSL.

you might also want to change the filter
                              'filter'                    =>
'(objectclass=person)',
to
                              'filter'                    =>
'(objectclass=user)',

>
> Brian


james



More information about the rt-users mailing list