Development

#3626 (Login fails from IPv6 client)

You must first sign up to be able to contribute.

Ticket #3626 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

Login fails from IPv6 client

Reported by: hirose Assigned to: fabien
Priority: minor Milestone:
Component: sfGuardPlugin Version: 1.0.16
Keywords: Cc:
Qualification: Unreviewed

Description

Login from IPv6 client gets DB error below.

  • Unable to execute INSERT statement. [wrapped: Could not execute update [Native Error: ERROR: value too long for type character varying(15)]

15 is too short for IPv6 address. (needs at least 50)

Change History

05/24/08 12:46:31 changed by FabianLange

just want to confirm that 50 is the minimum: 2001:0db8:0000:0000:0000:0000:1428:123.123.123.123 would be valid

05/24/08 18:07:34 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [9230]) fixed schema for IPv6 (closes #3626)

05/24/08 21:07:59 changed by gordon

(In [9231]) fix ipv6 see #3626