php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16933 ldap_rename does not work
Submitted: 2002-04-30 14:17 UTC Modified: 2002-05-06 09:53 UTC
From: tilman dot giese at globalview dot de Assigned:
Status: Closed Package: LDAP related
PHP Version: 4.2.0 OS: SuSE Linux 7.3 - Kernel 2.4.18
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: tilman dot giese at globalview dot de
New email:
PHP Version: OS:

 

 [2002-04-30 14:17 UTC] tilman dot giese at globalview dot de
I tried using the ldap_rename function, but it seems that php does not send a request to the LDAP server. The code works properly, but the LDAP log does not show anything than a connect and a disconnect.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-30 14:22 UTC] tilman dot giese at globalview dot de
My LDAP version is 2.0.23, so I tried to

ldap_set_option($this->ds, LDAP_OPT_PROTOCOL_VERSION, 3);

but now LDAP says: newSuperior requires LDAPv3
 [2002-04-30 17:36 UTC] sniper@php.net
reclassified.
 [2002-05-06 09:41 UTC] tilman dot giese at globalview dot de
problem solved.
 [2002-05-06 09:53 UTC] mfischer@php.net
Maybe you can brief comment on what the error was (for the archive).

Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 06:01:29 2024 UTC