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: Fri, 17 Jan 2003 04:38:54 -0500

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

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:  None                    
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





No Followups Have Been Posted


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]