Re: [PHP] ldap_rename refused to work

2002-08-14 Thread Roger Thomas
--- Stig Venaas <[EMAIL PROTECTED]> wrote: > > But you're not doing what I wrote... :) or else i won't be asking hehehe > > The third parameter should be the new rdn (which is the same as the old), > and the fourth should be new parent. So it should look like this: > > $r=ldap_rename($ds, >

Re: [PHP] ldap_rename refused to work

2002-08-14 Thread Stig Venaas
On Wed, Aug 14, 2002 at 02:18:58AM -0700, Roger Thomas wrote: > built: php-4.2.2 with openldap 2.0.25 > > i tried using the ldap_rename function to modify the dn of my ldap db but > nothing seems to happen. the record was not change at all. i have followed > closely the code-snippet that was give

[PHP] ldap_rename refused to work

2002-08-14 Thread Roger Thomas
built: php-4.2.2 with openldap 2.0.25 i tried using the ldap_rename function to modify the dn of my ldap db but nothing seems to happen. the record was not change at all. i have followed closely the code-snippet that was given by Mr Stig Venaas at: http://marc.theaimsgroup.com/?l=php-general&m=10

[PHP] ldap_rename

2001-12-13 Thread Greg Ulyatt
Hello all, Does anyone out there have ldap_rename working? I've tried resetting the LDAP version to 3 (which gives a protocol error) and 2 (which gives an unsupported call return). However, the command line ldapmodrdn command works, as does some Perl&C code that I tossed togther to test renamin