Re: [Prelude Hybrid IDS] #217: new row for relation "prelude_checksum" violates check constraint "prelude_checksum_algorithm_check"
"Prelude Hybrid IDS" <[email protected]>
| Newsgroups | gmane.comp.security.ids.prelude.devel |
|---|---|
| Message-ID | <[email protected]> |
#217: new row for relation "prelude_checksum" violates check constraint
"prelude_checksum_algorithm_check"
--------------------------+-------------------------------------------------
Reporter: bjou | Owner: yoann
Type: defect | Status: assigned
Priority: normal | Milestone:
Component: libpreludedb | Version: 0.9
Severity: normal | Resolution:
Keywords: |
--------------------------+-------------------------------------------------
Comment (by yoann):
While waiting for the upcoming libpreludedb release, you can fix your
issue using:
{{{
BEGIN;
ALTER TABLE Prelude_Checksum DROP CONSTRAINT
prelude_checksum_algorithm_check;
ALTER TABLE Prelude_Checksum ADD CHECK ( algorithm IN ('MD4', 'MD5',
'SHA1', 'SHA2-256', 'SHA2-384', 'SHA2-512', 'CRC-32', 'Haval', 'Tiger',
'Gost'));
COMMIT;
}}}
--
Ticket URL: <https://trac.prelude-ids.org/ticket/217#comment:5>
Prelude Hybrid IDS <http://www.prelude-ids.org>
The Prelude Hybrid Intrusion Detection System suite
_______________________________________________
Prelude-devel site list
[email protected]
http://www.prelude-ids.org/mailman/listinfo/prelude-devel