Re: moddn

2008-04-07 Thread Chris Ridd
On 7 Apr 2008, at 21:36, unxl3arn3r wrote: hey i am having trouble doing a moddn, all I want to do is move the object from one location to other. here is the script $ldap = new Net::LDAP('10.1.1.2', port=>389) or die $!; $ldap->bind (dn => 'cn=,cn=xx,dc=xxx,dc=xxx' , password

Re: moddn

2008-04-07 Thread Quanah Gibson-Mount
--On April 7, 2008 1:36:26 PM -0700 unxl3arn3r <[EMAIL PROTECTED]> wrote: hey i am having trouble doing a moddn, all I want to do is move the object from one location to other. here is the script $ldap = new Net::LDAP('10.1.1.2', port=>389) or die $!; $ldap->bind (dn => 'cn=,cn=xx,dc=xxx,d

moddn

2008-04-07 Thread unxl3arn3r
hey i am having trouble doing a moddn, all I want to do is move the object from one location to other. here is the script $ldap = new Net::LDAP('10.1.1.2', port=>389) or die $!; $ldap->bind (dn => 'cn=,cn=xx,dc=xxx,dc=xxx' , password => 'md01dg72' ); my $mesg1 = $ldap->