[Oz] LDAP interface design questions
Peter Van Roy
pvr at info.ucl.ac.be
Thu May 4 09:08:36 CEST 2000
>
> The calls work like this: ldap_search returns a LDAPMessage**, which can
> be traversed by ldap_next_entry. Which, in turn, returns an
> LDAPMessage*, which can be traversed by ldap_next_attribute, which
> returns a BerElement**, a pointer into the entry to note the current
> attribute.
>
> Since a search returns possibly thousands of entries, with
> possibly lots of attributes each, I cannot simply put all entries in one
> call into an oz-record. So I need three more oz_extensions, right?? Or
> is there another way to solve this??
>
>
> / Mathias
>
I don't understand. There are no limits on the number of fields in an
Oz record. Why is it impossible for your program? Are you reaching
the limit of total accessible memory?
Peter
-
Please send submissions to users at mozart-oz.org
and administriva mail to users-request at mozart-oz.org.
The Mozart Oz web site is at http://www.mozart-oz.org/.
More information about the mozart-users
mailing list