[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
adding multi-valued attributes using Net::LDAP
- To: openldap-general@OpenLDAP.org
- Subject: adding multi-valued attributes using Net::LDAP
- From: Jie Gao <J.Gao@isu.usyd.edu.au>
- Date: Thu, 17 Aug 2000 07:51:31 +1000 (EST)
- Fax: +61 (0)2 9351 5001(W)
- Organisation: The University of Sydney
- Telephone: +61 (0)2 9351 5769(W)
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