Can anyone point me to a resource that defines the maximum allowable length of the LDAP filter string in Active Directory?
|
1
|
|
|
|
|
|
According to http://technet.microsoft.com/en-us/library/cc755809.aspx the maximum LDAP request size (in bytes) that the server attempts to process defaults to 10485760 (bytes). If the server receives a request that is larger than this value, it closes the connection. Hope that helps. |
||||||
|
|
|
According to the specification in RFC1558, there is not a hard limit imposed on the length of LDAP filter strings. Different implementations might have their own limits though. |
||||
|
|
|
How are you using the LDAP query? |
||||||
|
