Re: CAUSE: Can't call method X without a package or object

2003-11-18 Thread Chris Masters
The "I/O Error" was caused by the openldap server having a low "idle timeout" setting; when I attempted to reuse a connection, it had been timed-out. --- Chris Masters <[EMAIL PROTECTED]> wrote: > OK, > > I tried your suggestion but now output (there it > must > be a ref?) > > I've narrowed th

Active Directory and modrdn

2003-11-18 Thread Colbourn, Charles
Hi, Has anyone had any difficulty performing a modrdn on AD using perl-ldap? When we try and do this either with a Net::LDAP::Entry object or $ldap->moddn() we get the following error: 0057: LdapErr: DSID-0C09080A, comment: Error in attribute conversion operation, data 0, v893 thanks, Charl

RE: Active Directory and modrdn

2003-11-18 Thread Robbie Allen
Not that I can recall. Can you provide a code snippet? Here is an example: http://www.rallenhome.com/books/managingenterprisead/source/Ch11-Listing10_M oving_User.perl.txt Robbie Allen http://www.rallenhome.com/ http://www.rallenhome.com/blog/adcookbook/ > -Original Message- > From: C

RE: Active Directory and modrdn

2003-11-18 Thread Paul Connolly
For AD users, you must always delete the old RDN - although I believe the error returned for that is different to what you mention below. Worth verifying though... Is the move within a single domain? -Original Message- From: Colbourn, Charles [mailto:[EMAIL PROTECTED] Sent: 18 November 20

AD & modrdn

2003-11-18 Thread Colbourn, Charles
Of course it helps if the newrdn contains 'cn=' Thanks all for your suggestions. charles.