phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [Bug #3386] Configure the admin and demo accounts


From: nobody
Subject: [Phpgroupware-tracker] [Bug #3386] Configure the admin and demo accounts
Date: Tue, 29 Apr 2003 11:04:42 -0400

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

Changes by: aaron <address@hidden>
Date: Tue 04/29/03 at 15:04 (GMT)

------------------ Additional Follow-up Comments ----------------------------
I don't have verify with other versions



=================== BUG #3386: FULL BUG SNAPSHOT ===================


Submitted by: aaronanglade            Project: phpGroupWare                 
Submitted on: Tue 04/29/03 at 10:12
Category:  API - Setup                Bug Group:  0.9.14 release            
Severity:  5 - Major                  Priority:  High                       
Resolution:  None                     Assigned to:  None                    
Status:  Open                         Component Version:  TGZ               
Platform Version:  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: Tue 04/29/03 at 15:04         By: aaronanglade
I don't have verify with other versions


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3386&group_id=509




reply via email to

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