On Thu, 2 Feb 2017 19:59:47 +0000 Daniel Burchfield <dburchfi...@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