Russ Wilton wrote:
>
> attributes stored in a particular order? I pass the data to Perldap
> using calls to "entry->setValues" in the order I want the attributes
> stored, but they end up in a different order in the LDAP database, as
> shown by retreiving the entry with ldapsearch. Am I missing something
> here, or is it not possible to control the order? I am running Solaris
> 8, Perl 5.6.0, Perldap 1.4.1 and ldapsdk 4.1.
> Thanks.
Hi Russ,
Nope, values of attributes are not guaranteed to be stored in a
particular order.
-- Michelle