Re: [rt-users] RT::Authen::ExternalAuth cannot find LDAP users if they haven't logged in at least once.

2012-01-30 Thread Bart
Hi, Not sure if that's possible with ExternalAuth, it automatically creates a user during login but doesn't sync the LDAP. (at least, like you I can't find an option for it) You'll probably need to run something separate from ExternalAuth to import those users, this plugin might help with that:

Re: [rt-users] RT::Authen::ExternalAuth cannot find LDAP users if they haven't logged in at least once.

2012-01-30 Thread Jim Lesinski
I have the ldap import plugin running and it does import new users and update existing information based on the options you set in config. You must set up a cron job for this. Thanks, Jim Lesinski On Jan 30, 2012, at 11:24 AM, Bart b...@pleh.info wrote: Hi, Not sure if that's possible

[rt-users] RT::Authen::ExternalAuth cannot find LDAP users if they haven't logged in at least once.

2012-01-29 Thread Camron W. Fox
Alle, So we've installed RT::Authen::ExternalAuth, but when we try to search for users to create groups and such, if the user hasn't logged in to RT at least once, they cannot be found. Here is the LDAP excerpt from RT_SiteConfig.PM: Set(@Plugins, (qw(RT::Authen::ExternalAuth)));