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

Re: multivalued attribute bug



On Thu, 16 Mar 2000, Kurt D. Zeilenga wrote:

> At 04:35 PM 3/15/00 +0800, Benjamin de los Angeles Jr. wrote:
> >A multivalued attribute i.e.
> >
> >mailalternateaddress: bench@somedomain.com
> >		      zwark@somedomain.com
> 
> That's actually a single valued attribute (the second line is a
> continuation of the first).  Try:
> 
> mailalternateaddress: bench@somedomain.com
> mailalternateaddress: zwark@somedomain.com
> 

I'm using ldap->modify ( add => ), I thought this should be used instead
of ldap->add when adding multiple values.  What's the purpose of the
latter then?