[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Difference of LDAP_RES_SEARCH_ENTRY and LDAP_RES_SEARCH_RESULT



> HI!
> 
> What's the exact difference of search result types
> LDAP_RES_SEARCH_ENTRY and LDAP_RES_SEARCH_RESULT?

The first says the current stuff returned by ldap_result() 
is an entry; the latter says it's the result of the search
operation (e.g. everything was fine or there was a size limit 
execeed and so on).

Pierangelo.