Try this
 
adfind -b dc=mydomain,dc=com -f  "(&(objectcategory=computer)(whencreated>=20051112000000.0Z))"
 
Note that generalized time isn't a standard string, it has a fixed format and the number of positions in the number and the TZ specifier are included in that fixed format.
 
 
--
O'Reilly Active Directory Third Edition - http://www.joeware.net/win/ad3e.htm 
 
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Kern
Sent: Friday, February 10, 2006 3:53 PM
To: activedirectory
Subject: [ActiveDir] ldap error during search. Paging related?

I'm running this query -
 
C:\WinAdminTools>adfind -b dc=mydomain,dc=com -f  "(&(objectcategory=computer)(whencreated>=20051112000000.0z))"
 
 
I get this error-
 
ldap_get_next_page_s: [myDC.mydomain.com] Error 0x35 (53) - Unwilling To Perform
 
Is this related to paging?
Am i going over the 1000 object limit or am i screwing up the query?
 
Thanks
 

Reply via email to