From: Gunnar Beutner Date: Tue, 2 Dec 2014 12:43:36 +0000 (+0100) Subject: Add missing validator for the socket_path attribute X-Git-Tag: v2.3.0~571 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc42cb575cac7cffe03cc008cf0a0a7cf0290872;p=icinga2 Add missing validator for the socket_path attribute refs #7901 --- diff --git a/lib/db_ido_mysql/db_ido_mysql-type.conf b/lib/db_ido_mysql/db_ido_mysql-type.conf index 74750efcb..36338ece7 100644 --- a/lib/db_ido_mysql/db_ido_mysql-type.conf +++ b/lib/db_ido_mysql/db_ido_mysql-type.conf @@ -21,6 +21,8 @@ %attribute %string "host", %attribute %number "port", + %attribute %string "socket_path", + %attribute %string "user", %attribute %string "password",