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

Re: SOCKET handling and Netscape SDK bug(?)



At 11:00 AM 7/26/00 +0200, Mikael Grehn wrote:
>Ehum....yes,

Ehum... no!

>   rc=ldap_search_ext_s(ld,"",LDAP_SCOPE_BASE,"(objectclass=*)",NULL,0,
>NULL,NULL,NULL,0,&result);

You asked for only all user attributes by specifying a NULL.

You need to request explicitly request the return of
operational attributes to obtain them in results.  See
RFC2251.

Kurt