Re: filter syntax with userAccountControl

2006-12-06 Thread Eric Nichols
Something changed in Net::LDAP a couple of years ago.. try the following syntax: (useraccountcontrol:dn:1.2.840.113556.1.4.803:=2) Note the :dn: On Wed, December 6, 2006 11:28 am, Lyndley Nygel wrote: > > > Hi, > > > > I'm having an issue list disabled computer accounts on an LDAP query though >

filter syntax with userAccountControl

2006-12-06 Thread Lyndley Nygel
Hi, I'm having an issue list disabled computer accounts on an LDAP query though Net::LDAP to active directory, a cut down query as example : (&(sAMAccountType=805306369)(userAccountControl:1.2.840.113556.1.4.803:=2)) Should locate server accounts which have the disabled flag set.

Re: Want to know the bug below has been fixed - Filter syntax (userAccountControl:1.2.840.113556.1.4.803:=2) does not work from Net::LDAP to AD

2006-01-27 Thread Chris Ridd
On 27/1/06 5:01, Andy Maas <[EMAIL PROTECTED]> wrote: > Unfortunately this happens with our customer and I don't really have > access to do debugging on their site. > But another user in the mailing list gave me this link about this > problem with the solution: > > http://permalink.gmane.org/gman

Re: Want to know the bug below has been fixed - Filter syntax (userAccountControl:1.2.840.113556.1.4.803:=2) does not work from Net::LDAP to AD

2006-01-27 Thread Chris Ridd
On 26/1/06 6:04, Andy Maas <[EMAIL PROTECTED]> wrote: > Hi I came across problem similar to what is already reported by other > people as described in: > > http://www.ldapguru.com/modules/newbb/viewtopic.php?topic_id=1886&forum=6 > > I wonder if this is fixed in 0.33 (or if planned for future re

Want to know the bug below has been fixed - Filter syntax (userAccountControl:1.2.840.113556.1.4.803:=2) does not work from Net::LDAP to AD

2006-01-26 Thread Andy Maas
Hi I came across problem similar to what is already reported by other people as described in: http://www.ldapguru.com/modules/newbb/viewtopic.php?topic_id=1886&forum=6 I wonder if this is fixed in 0.33 (or if planned for future release). thank you.

filter syntax

2004-01-29 Thread Uri Guttman
ARRGGG while working on making a compound filter we could never get it right. the packets didn't show the properly parsed multiple comparisons. net::ldap::filter shows the syntax but it has no examples and seemed very odd looking. so i goto the rfc. i see the table that was copied from the rf