[rt-users] RT::User::ExternalAuthId Unimplemented in RT::Record
Alex Vandiver
alex at chmrr.net
Fri Feb 3 00:16:22 EST 2017
On Thu, 2 Feb 2017 19:59:47 +0000
Daniel Burchfield <dburchfield at medonehs.com> wrote:
> I am trying to get RT to pull in users from my local active directory
> and use AD for auth. Meaning when I change a user's password in AD it
> should reflect the change in RT. I'm running RT 4.4.1. Currently,
> when I run the import I get the following error:
>
> Set($LDAPMapping, {
> Name => 'sAMAccountName',
> EmailAddress => 'mail',
> Organization => 'department',
> RealName => 'cn',
> NickName => 'givenName',
> ExternalAuthId => 'sAMAccountName',
This is the culprit line -- this column was removed in RT 4.4. Remove
this line from your configuration, and it should resolve the issue.
- Alex
More information about the rt-users
mailing list