Increase the _authSource VARCHAR size to 255
The _authSource column stores FQDNs. Increase the VARCHAR size from 30 to 255 since this is the maximum allowed length of a FQDN (RFC1035). Also, increase the TableVersion to 2 and MODIFY the column size of existing version 1 tables. Fixes #579
Loading
Please register or sign in to comment