in reply to Net::LDAP::Entry->update hangs
Just some other, random debug thoughts. Have you tried to seperate the creation from the population of the fields -- ie,
$entry = new Net::LDAP::Entry->new; $entry->dn($dn); $entry->update($ldap); $entry->add....
If I can see the resultant LDIF, I may be able to offer more assistance.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Net::LDAP::Entry->update hangs
by selena (Acolyte) on Mar 02, 2004 at 21:05 UTC |