|
Mine specifically came from Borland...
Tons of ports though.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of WATSON, BEN Sent: Tuesday, August 15, 2006 12:28 AM To: [email protected] Subject: RE: [ActiveDir] ADFind Query I’m familiar with grep
on *nix, but didn’t realize it was available on Windows. Where did you get
your port of grep for Windows at? From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of joe Yeah something
like adfind -sc s:*
ldapdisplayname attributeid -csv |grep -i
1.3.6.1.4.1.14376 would work fine.
But still... the OP is
hopefully prefixing schema attributes and classes with a corporate value...
Otherwise they could run into collisions with vendors with bad schema
practices. -- O'Reilly Active
Directory Third Edition - http://www.joeware.net/win/ad3e.htm From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Dean
Wells If not, though
less efficient, dump them all and pipe it through find
… -- From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of joe 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 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 |
- RE: [ActiveDir] ADFind Quer... joe
- Re: [ActiveDir] ADFind... Susan Bradley, CPA aka Ebitz - SBS Rocks [MVP]
- RE: [ActiveDir] ADFind... Brian Desmond
- Re: [ActiveDir] ADFind... Paul Williams
- RE: [ActiveDir] ADFind Quer... WATSON, BEN
- RE: [ActiveDir] ADFind Quer... WATSON, BEN
- RE: [ActiveDir] ADFind... Laura A. Robinson
- Re: [ActiveDir] ADFind... Matheesha Weerasinghe
- RE: [ActiveDir] ADFind... joe
- RE: [ActiveDir] ADFind Quer... Dean Wells
- RE: [ActiveDir] ADFind Quer... Dean Wells
- RE: [ActiveDir] ADFind... WATSON, BEN
- RE: [ActiveDir] AD... Dean Wells
