Re: [rt-users] RT::Extension::LDAPImport and nested groups in Active Directory

2015-11-04 Thread Benjamin Klier
That looks promising, but unfortunately my perl isn't that good - maybe you could give me a small code example how to add my groups from AD and populate them with the AD users. Re Benjamin Am 03.11.2015 um 19:04 schrieb Jeffrey Pilant: Benjamin Klier writes: I'm trying to import my users

[rt-users] RT::Extension::LDAPImport and nested groups in Active Directory

2015-11-03 Thread Benjamin Klier
I'm trying to import my users and groups from Active Directory. Getting in the users works just fine, but importing the groups (with a $LDAPGroupFilter like (|(CN=MY_RT_USERS_*)) ) is giving some errors. searching with: base => 'OU=XXX,OU=XXX,DC=XXX,DC=XXX,DC=XXX' control =>

Re: [rt-users] RT::Extension::LDAPImport and nested groups in Active Directory

2015-11-03 Thread Jeffrey Pilant
Benjamin Klier writes: >I'm trying to import my users and groups from Active Directory. Getting >in the users works just fine, but importing the groups (with a >$LDAPGroupFilter like (|(CN=MY_RT_USERS_*)) ) is giving some errors. > > >The problem seems to be that in our AD the main groups

[rt-users] RT-Extension-LDAPImport vs RT External Auth plugin modules

2013-07-02 Thread Jeff Solberg
Since I was unable to get the RT External Auth setup working with my Active Directory Environment I have been looking at other solutions in getting my AD users logging into RT. I have seen you can use Apache to handle Authentication but that method really doesn't look all that attractive to me.

Re: [rt-users] RT-Extension-LDAPImport vs RT External Auth plugin modules

2013-07-02 Thread Nathan Cutler
Since I was unable to get the RT External Auth setup working with my Active Directory Environment Seems to me that if you can get RT::Extension::LDAPImport to work, then you'll have a fighting chance of getting RT::Authen::ExternalAuth to work as well. Please post to the list your working

Re: [rt-users] RT-Extension-LDAPImport vs RT External Auth plugin modules

2013-07-02 Thread Kevin Falcone
On Tue, Jul 02, 2013 at 04:57:33PM +, Jeff Solberg wrote: Since I was unable to get the RT External Auth setup working with my Active Directory Environment I have been looking at other solutions in getting my AD users logging into RT. I have seen you can use Apache to handle

Re: [rt-users] RT-Extension-LDAPImport vs RT External Auth plugin modules

2013-07-02 Thread Nathan Cutler
The RT Server itself is bound by LDAP Authentication using libpam-ldap modules. So Active Directory Authentication is defiantly working as I am logging into this machine with my AD creds. It is binding using the same username and password that I have in my RT External Auth config. I haven’t

Re: [rt-users] RT-Extension-LDAPImport vs RT External Auth plugin modules

2013-07-02 Thread Jeff Solberg
for all your help. Jeff -Original Message- From: Nathan Cutler [mailto:presnyprek...@gmail.com] Sent: Tuesday, July 02, 2013 1:30 PM To: Jeff Solberg Cc: rt-users@lists.bestpractical.com Subject: Re: [rt-users] RT-Extension-LDAPImport vs RT External Auth plugin modules The RT Server

Re: [rt-users] RT Extension LDAPImport Using LDAPS?

2012-04-11 Thread Scott Pestana
Hi, It looks like the issue I have with those extra [critical] messages may be resolved by a newer version that Kevin has released as a dev release. Without modifying my original configuration the release candidate from March 2012 reports only the [info] output. -Scott On

Re: [rt-users] RT Extension LDAPImport Using LDAPS?

2012-04-10 Thread Scott Pestana
Thomas, Here is the RT-Authen-ExternalAuth. As you can see, some of this information is re-used for multiple RT Extensions. Is there an PERL/RT approved way of creating variables that can be passed to these Set() statements? Is it as simple as declaring the variables and passing them

[rt-users] RT Extension LDAPImport Using LDAPS?

2012-04-09 Thread Scott Pestana
RT Gents, I'm having trouble setting up LDAPImport over LDAPS. The README with the package on CPAN details set up and includes Hostname or ldap(s):// uri which suggests to me that secure transmission should work. I have settings in RT_SiteConfig.pm for Security, but I don't see a

Re: [rt-users] RT Extension LDAPImport Using LDAPS?

2012-04-09 Thread Thomas Sibley
On 04/09/2012 02:25 PM, Scott Pestana wrote: RT Gents, I'm having trouble setting up LDAPImport over LDAPS. The README with the package on CPAN details set up and includes Hostname or ldap(s):// uri which suggests to me that secure transmission should work. I have settings in

Re: [rt-users] RT Extension LDAPImport Using LDAPS?

2012-04-09 Thread Scott Pestana
Thomas, That was all I needed to change. For some reason in my head LDAPHost was to (strictly) take the form of a FQDN. Thanks for your help: Found new user *** to create in RT Found... ... etc. -Scott On 4/9/2012 2:37 PM, Thomas Sibley wrote: On 04/09/2012 02:25 PM, Scott Pestana

Re: [rt-users] RT Extension LDAPImport Using LDAPS?

2012-04-09 Thread Kevin Falcone
On Mon, Apr 09, 2012 at 02:25:47PM -0400, Scott Pestana wrote: I'm having trouble setting up LDAPImport over LDAPS. The README with the package on CPAN details set up and includes Hostname or ldap(s):// uri which suggests to me that secure transmission should work. I have settings in

Re: [rt-users] RT Extension LDAPImport Using LDAPS?

2012-04-09 Thread Scott Pestana
Kevin, Thomas's notes helped me get my import working. Users are now imported into our RT instance. However we do get a lot of noise: [Mon Apr 9 19:51:49 2012] [critical]: RT::Authen::ExternalAuth::LDAP::CanonicalizeUserInfo : Search for

Re: [rt-users] RT Extension LDAPImport Using LDAPS?

2012-04-09 Thread Thomas Sibley
On 04/09/2012 04:50 PM, Scott Pestana wrote: [Mon Apr 9 19:51:49 2012] [critical]: RT::Authen::ExternalAuth::LDAP::CanonicalizeUserInfo : Search for ((|(objectClass=posixAccount)(objectClass=account))(mail=userem...@linguamatics.com)) failed: LDAP_NO_SUCH_OBJECT 32

Re: [rt-users] RT-Extension-LDAPImport Sizelimit exceeded

2011-12-08 Thread Ruslan Zakirov
On Mon, Dec 5, 2011 at 5:28 PM, Givano giv...@gmail.com wrote: Hi, have configured LDAP Import extension with RT 4.0.2 and getting following error message from script: [Mon Dec  5 11:24:47 2011] [error]: LDAP search failed Sizelimit exceeded

[rt-users] RT-Extension-LDAPImport Sizelimit exceeded

2011-12-05 Thread Givano
Hi, have configured LDAP Import extension with RT 4.0.2 and getting following error message from script: [Mon Dec 5 11:24:47 2011] [error]: LDAP search failed Sizelimit exceeded (/usr/local/share/request-tracker4/lib/RT/Extension/LDAPImport.pm:866) as much I understand this comes because

Re: [rt-users] RT-Extension-LDAPImport

2011-10-25 Thread Kevin Falcone
On Tue, Oct 18, 2011 at 04:33:17PM -0700, April Rosenberg wrote: [Tue Oct 18 23:07:48 2011] [critical]: RT::Authen::ExternalAuth::LDAP::CanonicalizeUserInfo : Search for (((ObjectCategory=User)(ObjectClass=Person)(mail=*)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))(mail=

[rt-users] RT-Extension-LDAPImport

2011-10-18 Thread April Rosenberg
Good Afternoon, I seem to be hitting my head against a problem I am having after updating to 4.0.1. I have both LDAPImport and ExternalAuth::LDAP installed. It seems that I can’t import users who have blanks in some of the fields during the import, however name and email address are not

Re: [rt-users] RT::Extension::LDAPImport install fails

2011-05-31 Thread Giuseppe Sollazzo
Hi Kevin, thanks for your reply. Comments inline. On 26/05/11 16:55, Kevin Falcone wrote: On Thu, May 26, 2011 at 02:59:05PM +0100, Giuseppe Sollazzo wrote: The reason I answered n is that if I try and install the test package I get the following output (even if I try the install separately):

Re: [rt-users] RT::Extension::LDAPImport install fails

2011-05-31 Thread Kevin Falcone
On Tue, May 31, 2011 at 10:52:43AM +0100, Giuseppe Sollazzo wrote: t/00-load.t ... ok t/01-ldap.t ... 1/12 Creating new LDAP server on port 10636 ... Accepted connection from: 127.0.0.1 Creating new LDAP server on port 10636 ... Unable to listen on port 10636: Address already in use

Re: [rt-users] RT::Extension::LDAPImport install fails

2011-05-31 Thread Giuseppe Sollazzo
Hi Kevin, thanks for the clarification. I'm not practical with perl/cpan in general and trying to find my way trough. I'm surprised no other users have experienced a similar problem when installing Net::LDAP::Server::Test, but I'll give a look - it seems to try using that port even upon

[rt-users] RT::Extension::LDAPImport install fails

2011-05-26 Thread Giuseppe Sollazzo
Hi, I'm trying to install LDAPImport and I'm stuck with an error which I can't properly understand stating You tried to plan twice. Can anyone give me a hint? Full error export follows. Thanks, Giuseppe # cpan install RT::Extension::LDAPImport CPAN: Storable loaded ok Going to read

Re: [rt-users] RT::Extension::LDAPImport install fails

2011-05-26 Thread Kevin Falcone
On Thu, May 26, 2011 at 01:58:00PM +0100, Giuseppe Sollazzo wrote: Hi, I'm trying to install LDAPImport and I'm stuck with an error which I can't properly understand stating You tried to plan twice. Can anyone give me a hint? This module is required to run the tests: -

Re: [rt-users] RT::Extension::LDAPImport install fails

2011-05-26 Thread Giuseppe Sollazzo
Hi Kevin, thanks for that. The reason I answered n is that if I try and install the test package I get the following output (even if I try the install separately): Running make test PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e test_harness(0, 'blib/lib', 'blib/arch') t/*.t

Re: [rt-users] RT::Extension::LDAPImport install fails

2011-05-26 Thread Giuseppe Sollazzo
Hi Kevin, thanks for that. The reason I answered n is that if I try and install the test package I get the following output (even if I try the install separately): Running make test PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e test_harness(0, 'blib/lib', 'blib/arch') t/*.t

Re: [rt-users] RT::Extension::LDAPImport install fails

2011-05-26 Thread Kevin Falcone
On Thu, May 26, 2011 at 02:59:05PM +0100, Giuseppe Sollazzo wrote: The reason I answered n is that if I try and install the test package I get the following output (even if I try the install separately): Running make test PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e

Re: [rt-users] RT-Extension-LDAPImport

2010-09-13 Thread Peter Barton
: [rt-users] RT-Extension-LDAPImport I have had some really good luck integrating our Active Directory users into RT. However, I was wondering if I could use LDAPImport to import from multiple domains? My Company expands by acquisition and we end up having multiple AD Domains out there. Since we

Re: [rt-users] RT-Extension-LDAPImport

2010-09-13 Thread Kevin Falcone
will be worked on. -kevin -Original Message- From: rt-users-boun...@lists.bestpractical.com [mailto:rt-users-boun...@lists.bestpractical.com] On Behalf Of Peter Barton Sent: Friday, September 10, 2010 8:08 AM To: RT-Users@lists.bestpractical.com Subject: [rt-users] RT-Extension-LDAPImport

[rt-users] RT-Extension-LDAPImport

2010-09-10 Thread Peter Barton
I have had some really good luck integrating our Active Directory users into RT. However, I was wondering if I could use LDAPImport to import from multiple domains? My Company expands by acquisition and we end up having multiple AD Domains out there. Since we set the configuration for