php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11434 ldap_explode_dn() don't return the good array with specific dn
Submitted: 2001-06-12 09:13 UTC Modified: 2001-06-12 13:55 UTC
From: js at comelis dot fr Assigned:
Status: Closed Package: LDAP related
PHP Version: 4.0.4pl1 OS: linux mandrake 7.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: js at comelis dot fr
New email:
PHP Version: OS:

 

 [2001-06-12 09:13 UTC] js at comelis dot fr
if the dn is : ou=abcd\,efg,ou=Myunit,o=Myorg.com

ldap_explode_dn($dn,0) return the following array :

ou=abcd\\
efg
ou=Myunit
o=Myorg.com

instead of

ou=abcd\,efg
ou=Myunit
ou=Myorg.com

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-12 13:55 UTC] sniper@php.net
I tried with openldap 2.0.7 and PHP 4.0.6RC3 and it works
just fine. Please update. (4.0.5 should be ok too)

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jan 05 06:01:27 2025 UTC