phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [Bug #2239] missing urldecode for ldap-url


From: nobody
Subject: [Phpgroupware-tracker] [Bug #2239] missing urldecode for ldap-url
Date: Thu, 23 Jan 2003 05:20:00 -0500

=================== BUG #2239: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2239&group_id=509

Changes by: Robert Weilhammer <address@hidden>
Date: 2003-Jan-23 10:19 (GMT)

------------------ Additional Follow-up Comments ----------------------------
diff class.ldap.inc.php class.ldap.inc.php.orig
243c243
<                       $thisdn = urldecode($this->despace($dn));
---
>                       $thisdn = $this->despace($dn);



=================== BUG #2239: FULL BUG SNAPSHOT ===================


Submitted by: rweilham                Project: phpGroupWare                 
Submitted on: 2003-Jan-17 09:38
Category:  eldaptir                   Bug Group:  0.9.14.001 release        
Severity:  5 - Major                  Priority:  High                       
Resolution:  None                     Assigned to:  skwashd                 
Status:  Open                         Component Version:  None              
Platform Version:  Linux - RedHat     Reproducibility:  Every Time          

Summary:  missing urldecode for ldap-url

Original Submission:  Whe using CN with full-name (cn=Firstname Lastname, 
ou=...) you are not able to view/edit/delete ldap-entries. The URL which is 
used to call [edit|view|delete].php is not retranslated from url to "normal" 
text.

After I have replaced the line in phpgroupware/edaptir/inc/class.ldap.inc.php 
it's working !

Old : $thisdn = $this->despace($dn);
New : $thisdn = urldecode($this->despace($dn));


Cheers 

Robert



Follow-up Comments
*******************

-------------------------------------------------------
Date: 2003-Jan-23 10:19             By: rweilham
diff class.ldap.inc.php class.ldap.inc.php.orig
243c243
<                       $thisdn = urldecode($this->despace($dn));
---
>                       $thisdn = $this->despace($dn);

-------------------------------------------------------
Date: 2003-Jan-23 06:50             By: skwashd
what line number is this from?

I will apply the fix soon


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2239&group_id=509




reply via email to

[Prev in Thread] Current Thread [Next in Thread]