bugphpGroupWare - Bugs: bug #13796, IPv6 support

 
 

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

bug #13796: IPv6 support

Submitter:  Thomas Viehmann <t-v>
Submitted:  Thu 14 Jul 2005 08:59:14 AM UTC
   
 
Category:  API - phpGroupware API Item Group:  None
Severity:  3 - Normal Priority:  5 - Normal
Status:  Fixed Privacy:  Public
Assigned to:  skwashd Open/Closed:  Closed
Component Version:  DEB Operating System:  GNU/Linux - Debian
Reproducibility:  Every Time Planned Release:  0.9.18.000
Fixed Release: 

Sat 30 Sep 2006 07:14:02 AM UTC, comment #1: 

This has been fixed in HEAD cvs.  The field now allows for strings up to 50 characters in length, which is longer than the maximum possible length of an IPv6 address.  We are aware this is likely to cause problems when IPv8 is released ;)

Dave Hall <skwashd>
Group administrator
Thu 14 Jul 2005 08:59:14 AM UTC, original submission:  

Hi.

Repasi Tibor noticed that phpGroupWare (0.9.16) doesn't support IPv6. Below is his bug report.

The Debian BTS bug can be found at
http://bugs.debian.org/317437

Kind regards

T.

installing phpgroupware on a apache2 w/ ipv6 support it is unable to handle sessions from browsers using ipv6 due to a too small column in the database

following error occours on each login attempt:

Database error: Invalid SQL: INSERT INTO phpgw_access_log(sessionid,loginid,ip,li,lo,account_id) VALUES ('bad login or password','admin','2001:738:6001:500:204:e2ff:fe00:7963',1120826252,0,0)
PostgreSQL Error: 1 (ERROR: value too long for type character varying(30))

File: /usr/share/phpgroupware/phpgwapi/inc/class.sessions.inc.php
Line: 600

Thomas Viehmann <t-v>

 

(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
2006-09-30 skwashd StatusNone Fixed
    Assigned toNone skwashd
    Open/ClosedOpen Closed
    Component VersionNone DEB
    Planned ReleaseNone 0.9.18.000

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code