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

Re: multivalued attribute bug



At 01:01 AM 3/17/00 +0800, Benjamin de los Angeles Jr. wrote:
>
>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?

I assume you were posting an LDIF fragment.  I would suggest you
provide a little more detail (like a code fragment, input/output).
You might also try to duplicate using LDAP command line tools.
That's the common language spoken here.

Kurt