bugphpGroupWare - Bugs: bug #3386, Configure the admin and demo...

 
 

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

bug #3386: Configure the admin and demo accounts

Submitter:  Invalid User ID <#18513>
Submitted:  Tue 29 Apr 2003 10:12:02 AM UTC
   
 
Category:  API - Setup Item Group:  0.9.14 release
Severity:  3 - Normal Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  fipsfuchs Open/Closed:  Closed
Component Version:  TGZ Operating System:  GNU/Linux - Debian
Reproducibility:  Every Time Planned Release:  None
Fixed Release: 

Thu 22 Apr 2004 08:39:26 AM UTC, comment #4: 

we changed the ldap backend totally. If you still expire these problems please reopen this bug.

Philipp Kamps <fipsfuchs>
Wed 21 Apr 2004 08:15:21 AM UTC, comment #3: 

LDAP is fips' area

Dave Hall <skwashd>
Group administrator
Wed 21 Apr 2004 07:46:05 AM UTC, comment #2: 

still valid?

Dr. Christian Böttger <cboettger>
Tue 29 Apr 2003 03:04:41 PM UTC, comment #1: 

I don't have verify with other versions

Invalid User ID <#18513>
Tue 29 Apr 2003 10:12:02 AM UTC, original submission:  

When I want create the demo and admin accounts in the setup, I receive this message error :

Warning: ldap_bind(): Unable to bind to server: Protocol error in /opt/apache-2.0.45/www/phpgroupware/phpgwapi/inc/class.common.inc.php on line 265
Error: Can't bind to LDAP server: cn=Personnel,dc=e-qual,dc=fr!
Error: Error connecting to LDAP server localhost!


-------------------

Solution :

my protocol's version of LDAP is 3 but Phpgroupware use the version 2 by default

The solution at this problem is to insert this line after the function ldap_bind (line 264 in file class.common.inc.php) :

     ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3);


This bug is present in versions 0.9.14.002 and 0.9.14.003


Invalid User ID <#18513>

 

(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 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-04-22 fipsfuchs Open/ClosedOpen Closed
2004-04-21 skwashd Assigned toskwashd fipsfuchs
2004-04-21 cboettger Assigned toNone skwashd
2004-01-20 powerstat Assigned to#934 None
2003-04-29 skwashd Assigned toNone None

Back to the top

Powered by Savane 3.13-bb6a.
Corresponding source code