|
From: Chris R. <chr...@ma...> - 2003-03-26 15:32:17
|
On 26/3/03 3:13 pm, Daniel Davidson <da...@li...> wrote:
> When I remove the [$dn] and replace it with $dn then my origional problem of
> the script hanging without an error happens again.
>
> I'm stumped,
>
> Dan
Oops, to set the entry's DN just pass the DN as the first arg to add and not
as dn => something.
$ldap->add($dn,
attrs => [ blah blah ]);
I didn't spot this earlier, sorry!
Cheers,
Chris
|