phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [bugs #3386] Configure the admin and demo account


From: Dr. Christian Böttger
Subject: [Phpgroupware-tracker] [bugs #3386] Configure the admin and demo accounts
Date: Wed, 21 Apr 2004 03:46:10 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux 2.4.21-202-default; X11; i686; de, address@hidden) (KHTML, like Gecko)

This mail is an automated notification from the bugs tracker
 of the project: phpGroupWare.

/**************************************************************************/
[bugs #3386] Latest Modifications:

Changes by: 
                Dr. Christian Böttger <address@hidden>
'Date: 
                Wed 04/21/04 at 07:46 (Europe/Berlin)

            What     | Removed                   | Added
---------------------------------------------------------------------------
         Assigned to | None                      | skwashd


------------------ Additional Follow-up Comments ----------------------------
still valid?






/**************************************************************************/
[bugs #3386] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=3386>
Project: phpGroupWare
Submitted by: aaron
On: Tue 04/29/03 at 10:12

Category:  API - Setup
Item Group:  0.9.14 release
Severity:  5 - Average
Priority:  5 - Normal
Resolution:  None
Assigned to:  skwashd
Status:  Open
Component Version:  TGZ
Platform Version:  GNU/Linux - Debian
Reproducibility:  Every Time


Summary:  Configure the admin and demo accounts

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 



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


-------------------------------------------------------
Date: Wed 04/21/04 at 07:46         By: cboettger
still valid?

-------------------------------------------------------
Date: Tue 04/29/03 at 15:04         By: aaronanglade
I don't have verify with other versions












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=3386>

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







reply via email to

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