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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 11:01:27 2024 UTC