On Sep 2, 2010, at 2:13 AM, Vladimir Dzhuvinov wrote: > Hi guys, > > I'm the developer of Json2Ldap. > > For my next release I need to provide web clients with notification > when a partial search result is returned by the LDAP server. > > Can I safely assume that this occurs only if the time (LDAP code 3) or > the size (LDAP code 4) limits are exceeded? Are there other situations > when the server might return a partial result set?
If the result code is success, the client can and should presume that the server returned to it a 'complete result set' Otherwise, not. -- Kurt
