Ive got some slick LDAP code running and working GREAT with ONE exception... windows server sets the "max page size" or "number or queries returned" to 1000... for the application im using this cuts my main query down to where i only get to letter "O" in the alphabet... anyone with a name past "O" cant authorize... now, i did some reading here which says:
MaxPageSize - This value controls the maximum number of objects that are returned in a single search result, independent of how large each returned object is. To perform a search where the result might exceed this number of objects, the client must specify the paged search control. This is to group the returned results in groups that are no larger than the MaxPageSize value. To summarize, MaxPageSize controls the number of objects that are returned in a single search result.
Default value: 1,000
my question is... is there a LDAP Control that will let me set this?... so far php.net hasnt shown much light on it
ANY help would be GREATLY appreciated!
i must add... that if there is no work around for this, can you do complex searches?
e.g. (name=this,location=that)