Try it with a capital "Z"
adfind -b
dc=mydomain,dc=com -f
"(&(objectcategory=computer)(whencreated>=20051112000000.0Z))"
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Kern
Sent: Friday, February 10, 2006 1: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