Spacefish / powerdns-webinterface

Automatically exported from code.google.com/p/powerdns-webinterface
Apache License 2.0
10 stars 4 forks source link

user.lastIp is truncated to 15 characters - too short for ipv6 #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The mysql database schema creates a column for 'lastIp' for storing the last IP 
address to login to that account. The column is limited to 15 characters which 
is too short for a complete IPv6 address so it gets truncated.

The fix is to change the length of the column to 39 from 15 (and maybe change 
from char to varchar).

Original issue reported on code.google.com by fuknuser...@gmail.com on 20 Jul 2012 at 11:54

GoogleCodeExporter commented 9 years ago
Ok thats a problem ;) it should be fixed.

Original comment by timo.witte on 20 Jul 2012 at 12:58

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 840fa5209994.

Original comment by timo.witte on 23 Jul 2012 at 11:09