in reply to Net::LDAP add success but entry doesn't exist

It looks like you have a typo in atrr => $entry, - I think that should be 'attr'.

If it's not that, do you have access to the LDAP server's logs at all? Every time I've ever done any LDAP-related setup/coding, I always end up with a terminal with tail -f running on the logs.

Replies are listed 'Best First'.
Re^2: Net::LDAP add success but entry doesn't exist
by eod (Acolyte) on Dec 29, 2005 at 11:46 UTC
    that was!

    thanks very much, good sight.
    --edu