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

adding multi-valued attributes using Net::LDAP



Hi All,

I am sure this topic came up before, but I could not find it in the archives:

Say, I have the following attributes (same name, different values):

courses=english101
courses=philosophy101
courses=comp101
....

and I want to add them to an existing entry, using a hash.

With $ldap->add, it seems to require the key to be unique. So how do I
go about it?

Thanks,




Jie