Skip Menu |

This queue is for tickets about the RT-Extension-LDAPImport CPAN distribution.

Report information
The Basics
Id: 94378
Status: open
Priority: 0/
Queue: RT-Extension-LDAPImport

People
Owner: Nobody in particular
Requestors: james.chapman [...] northlindsey.ac.uk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Ldap Search Scope
Date: Wed, 2 Apr 2014 10:32:30 +0100
To: bug-RT-Extension-LDAPImport [...] rt.cpan.org
From: James Chapman <james.chapman [...] northlindsey.ac.uk>
Hi, I can't see any mention of the ability to use an LDAP Search Scope. Is it possible to do this? Thanks --- James Chapman
Subject: Re: [rt.cpan.org #94378] Ldap Search Scope
Date: Wed, 2 Apr 2014 12:41:16 -0400
To: James Chapman via RT <bug-RT-Extension-LDAPImport [...] rt.cpan.org>
From: Kevin Falcone <falcone [...] bestpractical.com>
On Wed, Apr 02, 2014 at 05:33:05AM -0400, James Chapman via RT wrote: Show quoted text
> I can't see any mention of the ability to use an LDAP Search Scope. > Is it possible to do this?
I'm not sure what you want, but the extension allows you to specify both a Base and a Filter. https://metacpan.org/pod/RT::Extension::LDAPImport#Set-LDAPBase-ou-People-o-Our-Place -kevin
Subject: Re: [rt.cpan.org #94378] Ldap Search Scope
Date: Wed, 2 Apr 2014 19:38:23 +0100
To: "bug-RT-Extension-LDAPImport [...] rt.cpan.org" <bug-RT-Extension-LDAPImport [...] rt.cpan.org>
From: James Chapman <james.chapman [...] northlindsey.ac.uk>
Hi, the search scope allows you to define whether to include sub ou's in the search of not. This page explains it better that I can. http://technet.microsoft.com/en-us/library/cc978021.aspx James Show quoted text
> On 2 Apr 2014, at 17:41, "falcone@bestpractical.com via RT" <bug-RT-Extension-LDAPImport@rt.cpan.org> wrote: > > <URL: https://rt.cpan.org/Ticket/Display.html?id=94378 > >
>> On Wed, Apr 02, 2014 at 05:33:05AM -0400, James Chapman via RT wrote: >> I can't see any mention of the ability to use an LDAP Search Scope. >> Is it possible to do this?
> > I'm not sure what you want, but the extension allows you to specify both > a Base and a Filter. > > https://metacpan.org/pod/RT::Extension::LDAPImport#Set-LDAPBase-ou-People-o-Our-Place > > > -kevin >
Subject: Re: [rt.cpan.org #94378] Ldap Search Scope
Date: Wed, 2 Apr 2014 14:48:51 -0400
To: James Chapman via RT <bug-RT-Extension-LDAPImport [...] rt.cpan.org>
From: Kevin Falcone <falcone [...] bestpractical.com>
On Wed, Apr 02, 2014 at 02:38:41PM -0400, James Chapman via RT wrote: Show quoted text
> Hi, the search scope allows you to define whether to include sub ou's > in the search of not. This page explains it better that I can. > http://technet.microsoft.com/en-us/library/cc978021.aspx
Ah - ok. Since Net::LDAP (the module used to actually speak LDAP) can specify scope: https://metacpan.org/pod/Net::LDAP#scope-base-one-sub-subtree-children during the search, this should be straightforward for someone to patch in some $LDAPScope and $LDAPGroupScope config variables that are used during the search. -kevin