mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[550-authentication-key-to-text-method-miss-spelled] AuthKey is binary
This commit is contained in:
@@ -2367,6 +2367,10 @@ CREATE TRIGGER dhcp6_server_ADEL AFTER DELETE ON dhcp6_server
|
||||
END $$
|
||||
DELIMITER ;
|
||||
|
||||
# Put the auth key in hexadecimal (double size but far more user friendly).
|
||||
ALTER TABLE hosts
|
||||
MODIFY COLUMN auth_key VARCHAR(32) NULL;
|
||||
|
||||
# Update the schema version number
|
||||
UPDATE schema_version
|
||||
SET version = '8', minor = '1';
|
||||
|
@@ -93,6 +93,10 @@ CREATE TRIGGER dhcp6_server_ADEL AFTER DELETE ON dhcp6_server
|
||||
END $$
|
||||
DELIMITER ;
|
||||
|
||||
# Put the auth key in hexadecimal (double size but far more user friendly).
|
||||
ALTER TABLE hosts
|
||||
MODIFY COLUMN auth_key VARCHAR(32) NULL;
|
||||
|
||||
# Update the schema version number
|
||||
UPDATE schema_version
|
||||
SET version = '8', minor = '1';
|
||||
|
Reference in New Issue
Block a user