bugphpGroupWare - Bugs: bug #6922, LdapConnect in...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #6922: LdapConnect in class.common.inc.php doesn't handle log->message properly

Submitter:  Caeies <Caeies>
Submitted:  Tue 02 Dec 2003 05:10:56 PM UTC
   
 
Category:  API - phpGroupware API Item Group:  0.9.16RC1
Severity:  3 - Normal Priority:  7 - High
Status:  Fixed Privacy:  Public
Assigned to:  skwashd Open/Closed:  Closed
Component Version:  SVN Operating System:  GNU/Linux - Debian
Reproducibility:  Every Time Planned Release:  None
Fixed Release: 

Fri 09 Jan 2004 09:44:49 AM UTC, comment #1: 

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,

Andrew Mitchell <ajmitch>
Tue 02 Dec 2003 05:10:56 PM UTC, original submission:  

When You look at the code, you fill found at lines 277 and just after this :
  $GLOBALS['phpgw']->log->message('set_option(protocol v3) failed using v2');
  $GLOBALS['phpgw']->log->commit();

This causes the creation of User and Groups in LDAP to fail due to a bad handling of lock_table.
Removing this lines or made them better solve this part of the problem (ouf :)
Thanks
Caeies
PS : there still big problem when creating user groups in LDAP but I know that this is work in progress, I'll made a report on the forum tommorow

Caeies <Caeies>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-01-09 ajmitch Assigned toNone skwashd
    Open/ClosedOpen Closed
2004-01-09 ajmitch StatusNone Fixed

Back to the top

Powered by Savane 3.13-aa77.
Corresponding source code