Re: [rt-users] Recommended method for auto creating users with Active Directory and Authen-ExternalAuth

2010-01-22 Thread Kevin Falcone
On Mon, Jan 18, 2010 at 11:40:09AM +0100, L B wrote: > If a developer of this plugin read this, I think it would be nice to > add a $RT::Logger->info at this step in the code... If you can provide a patch, I'd be happy to look at applying it -kevin pgpZh8jGTV1FH.pgp Description: PGP signature _

Re: [rt-users] Recommended method for auto creating users with Active Directory and Authen-ExternalAuth

2010-01-21 Thread L B
Here is a script to convert old email address account names to LDAP/AD account names. http://wiki.bestpractical.com/view/rt_logins_email2ldap -- L.B. ___ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestp

Re: [rt-users] Recommended method for auto creating users with Active Directory and Authen-ExternalAuth

2010-01-18 Thread L B
I tried what Ken said, and it didn't work on my login because of this code in the RT-External-Authen plugin : ExternalAuth/LDAP.pm : line 230 [...] } else { # If there's only one match, we're good; more than one and # we don't know which is the right one so we skip it. i

Re: [rt-users] Recommended method for auto creating users with Active Directory and Authen-ExternalAuth

2010-01-14 Thread L B
I'll try Ken's tip and let you know the results. I'll also reply to this this thread with my script (probably end of) next week once it's cleaned up. -- LB On Thu, Jan 14, 2010 at 10:14 PM, Ken Crocker wrote: > Gary, > > Thanks. I'll look that over. We use LDAP as well, so this might make it all

Re: [rt-users] Recommended method for auto creating users with Active Directory and Authen-ExternalAuth

2010-01-14 Thread Ken Crocker
Gary, Thanks. I'll look that over. We use LDAP as well, so this might make it all easier. Thanks. Kenn LBNL On 1/14/2010 12:17 PM, Gary Greene wrote: Why bother with that, when you just need to change the attribute you're using for the account name. Here's a sanitized version of my RT_SiteCo

Re: [rt-users] Recommended method for auto creating users with Active Directory and Authen-ExternalAuth

2010-01-14 Thread Kevin Falcone
On Thu, Jan 14, 2010 at 12:17:40PM -0800, Gary Greene wrote: > Why bother with that, when you just need to change the attribute you're > using for the account name. Here's a sanitized version of my > RT_SiteConfig.pm If this works for email creation of AD users, fantastic. I've heard many reports

Re: [rt-users] Recommended method for auto creating users with Active Directory and Authen-ExternalAuth

2010-01-14 Thread Gary Greene
Why bother with that, when you just need to change the attribute you're using for the account name. Here's a sanitized version of my RT_SiteConfig.pm # Any configuration directives you include here will override # RT's default configuration file, RT_Config.pm # # To include a directive here, just