From: Werner R. <we...@pu...> - 2000-10-13 20:21:07
|
I want to do something like $res = $ldap->add ( dn => "dc=${dc},$base", attrs => [%myhash] ); Unfortunately only one key/value pair of %myhash is used for the entry. I want to use a hash since I have to create entries with a varying set of attributes and I don't know how I could do this in a simple way. Werner |