http://www.perlmonks.org?node_id=333351


in reply to Net::LDAP::Entry->update hangs

Could you post the equivalent LDIF for this record? Also, have you checked the errors logs on the LDAP server to see what it thought was going on?

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.