Re: [rt-users] One more Question About LDAP Import Extension

2012-04-24 Thread Kevin Falcone
On Mon, Apr 23, 2012 at 05:01:38PM -0400, Scott Pestana wrote: >I used perl -d to traverse the execution of rtldapimport, and found that > the module uses the >Name field; it automatically assumes the Name field is one of the fields > in the mapping. It >does a test on the LDAP->RT ma

Re: [rt-users] One more Question About LDAP Import Extension

2012-04-23 Thread Scott Pestana
Johnathan, I used perl -d to traverse the execution of rtldapimport, and found that the module uses the Name field; it automatically assumes the Name field is one of the fields in the mapping. It does a test on the LDAP->RT mapping, but only to determine if one exists, not that it explici

[rt-users] One more Question About LDAP Import Extension

2012-04-23 Thread Scott Pestana
All, We are happy with LDAP Import, with the following mapping: Set($LDAPMapping, { 'Name' => 'uid', 'EmailAddress' => 'mail', 'RealName' => 'cn', 'ExternalAuthId' => 'uid', 'Gecos' => 'gecos'