You are right. The 0.99.1pre1 release of wireshark was borked. I tried
the latest release(Version 0.99.2) and it decodes correctly.

M@

On 8/15/06, joe <[EMAIL PROTECTED]> wrote:
You sure? That would be a client side item, not server side. I expect the
tool decoding the LDAP query may not be decoding properly.

I would recommend doing the query twice, once with wildcard, once without,
then look at the actual bytes representing the query and see if they are
identical. If the wildcard is truly being stripped, then they should be. If
not, then it is likely a decode issue and not all that unusual.

  joe


--
O'Reilly Active Directory Third Edition -
http://www.joeware.net/win/ad3e.htm


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matheesha
Weerasinghe
Sent: Monday, August 14, 2006 6:29 PM
To: ActiveDir@mail.activedir.org
Subject: Re: [ActiveDir] ADFind Query

The wildcard char is stripped according to the network trace for W2K.
Hence the nosuchattribute result.

M@

On 8/14/06, Matheesha Weerasinghe <[EMAIL PROTECTED]> wrote:
> I get the error Ben got with W2K. W2k3 doesnt give that error. The VM
> I have here is W2k3 with SP3.
>
> M@
>
> On 8/14/06, joe <[EMAIL PROTECTED]> wrote:
> >
> >
> > You shouldn't be getting that error with that command... Even if the
> > attribute name was incorrect you wouldn't get that error, you would get
0
> > objects returned as the query processor doesn't output errors because of
> > incorrect attributes being specified.
> >
> > However, that being said, this isn't going to work. You can't wildcard
OIDs
> > (or more accurately 2.5.5.2/6 data types).
> >
> > Hopefully you guys prefixes all of the classes and attributes you added
with
> > a company prefix so you can search on that like so
> >
> > adfind -schema -f name=joeware* ldapdisplayname -sl
> >
> > or the shortcut
> >
> > adfind -sc sl:joeware*
> >
> >
> >
> >
> > --
> > O'Reilly Active Directory Third Edition -
> > http://www.joeware.net/win/ad3e.htm
> >
> >
> >
> >  ________________________________
> >  From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> > WATSON, BEN
> > Sent: Monday, August 14, 2006 5:29 PM
> > To: ActiveDir@mail.activedir.org
> > Subject: [ActiveDir] ADFind Query
> >
> >
> >
> >
> >
> > Hey guys,
> >
> >
> >
> > Simple question.  I'm trying to perform a search to locate all the
schema
> > extensions that have been added in by our company.
> >
> >
> >
> > I thought some simple syntax like this would work to find all schema
> > attributes with an attrbituteID prefixed with our OID.
> >
> >
> >
> > adfind -schema -f attributeID=1.3.6.1.4.1.14376.*
> >
> > ldap_get_next_page_s: [appsig-ad.appsig.com] Error 0x10 (16) - No Such
> > Attribute
> >
> >
> >
> > I'm obviously missing something, any thoughts?
> >
> >
> >
> > Thanks,
> >
> > ~Ben
> >
>
List info   : http://www.activedir.org/List.aspx
List FAQ    : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.activedir.org/ml/threads.aspx

List info   : http://www.activedir.org/List.aspx
List FAQ    : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.activedir.org/ml/threads.aspx

List info   : http://www.activedir.org/List.aspx
List FAQ    : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.activedir.org/ml/threads.aspx

Reply via email to