Error with RT::Extension::LDAPImport

Hi,

I downloaded and install this extension.

I put this parameters in RT_SiteConfig.pm:

Set($LDAPHost,’**’);
Set($LDAPUser, ‘dgarcia’);
Set($LDAPPassword, '
’);
Set($LDAPGroupName,‘Imported Users’);

Set($LDAPBase, ‘ou=people,ou=directory,o=CESCA,o=root’);
Set($LDAPMapping, {RealName => ‘cn’});

I shut the machine of the RT and relit but gave no error. Anyway, I have
not created any contact again with my LDAP. I’ve done something wrong?
Finally the user that I have in LDAP and I put in the RT is a read-only
user. Influences have a user read-only LDAP?

THANKS!


/ / Daniel Garc�a Mej�a
C E / S / C A Portals i Repositoris
/_/ Centre de Serveis Cient�fics i Acad�mics de Catalunya

Gran Capit�, 2-4 (Edifici Nexus) - 08034 Barcelona
T. (NULL) - F. 93 205 6979 - dgarcia@cesca.cat

I shut the machine of the RT and relit but gave no error. Anyway, I have
not created any contact again with my LDAP. I’ve done something wrong?
Finally the user that I have in LDAP and I put in the RT is a read-only
user. Influences have a user read-only LDAP?

The import does not run automatically (and you don’t need to reboot the
machine to restart RT, for what it’s worth).

Please read the README which describes how to use this extension.

Thomas