phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [bug #6245] DN are passed as uuencoded strings.


From: nobody
Subject: [Phpgroupware-tracker] [bug #6245] DN are passed as uuencoded strings.
Date: Thu, 30 Oct 2003 10:38:44 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1

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

Submitted by: Caeies                  Project: phpGroupWare                 
Submitted on: Thu 10/30/03 at 15:38
Category:  eldaptir                   Bug Group:  0.9.16RC1                 
Severity:  5 - Major                  Priority:  Normal                     
Resolution:  None                     Assigned to:  None                    
Status:  Open                         Component Version:  CVS               
Platform Version:  Linux - Debian     Reproducibility:  Every Time          

Summary:  DN are passed as uuencoded strings.

Original Submission:  Okay,

What is put here is a work around (I really don't have any idea of where comes 
the problem).



The binding to LDAP is good.



Then when you try to search for a user (for example), The DN is passed as an 
url ...

So the work around is this :

In eldapdir/inc/class.ldap.inc.php

change the line 547 ie :

return $thisdn;

by 

return urldecode($thisdn);



After that eldaptir should works ok.



I use it since it could'nt segfault like GQ, when phpgw set new groups or 
personnes :).(Yes GQ is not able to handle phpGW LDAP entries, due, I guess to 
the order of the objectClass in the entries)

This works for OpenLDAP 2.x with LDAP binding V2 or V3





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=6245&group_id=509

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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