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: Mon, 03 Nov 2003 02:15:15 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031020 Debian/1.5-1

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

Changes by: Dave Hall <address@hidden>
Date: Mon 11/03/03 at 18:15 (Australia/Melbourne)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
         Assigned to | None                      | skwashd
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
This has been corrected in CVS.



To grab a complete update of all fixes:



1)  Check to see if you have cvs installed: 'cvs --help'.

1a) If not, install a copy of cvs-cli from your favorite 

distro.



2)  Then just type:

    'cd <your phpgroupware dir>; cvs update -dP'.



You can do step 2 as many times in a day as you wish, and 

will always get the most current bug fixes.



Thanks,





=================== BUG #6245: FULL BUG SNAPSHOT ===================


Submitted by: Caeies                  Project: phpGroupWare                 
Submitted on: Fri 10/31/03 at 02:38
Category:  eldaptir                   Bug Group:  0.9.16RC1                 
Severity:  5 - Major                  Priority:  Normal                     
Resolution:  Fixed                    Assigned to:  skwashd                 
Status:  Closed                       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



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

-------------------------------------------------------
Date: Mon 11/03/03 at 18:15         By: skwashd
This has been corrected in CVS.



To grab a complete update of all fixes:



1)  Check to see if you have cvs installed: 'cvs --help'.

1a) If not, install a copy of cvs-cli from your favorite 

distro.



2)  Then just type:

    'cd <your phpgroupware dir>; cvs update -dP'.



You can do step 2 as many times in a day as you wish, and 

will always get the most current bug fixes.



Thanks,




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]