From ba2dbffdbe43c83b53c5f34fdacb6c3112bc4d00 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Mon, 1 Feb 2016 10:52:52 +0200 Subject: [PATCH] Update authentication limitations. --- Documentation/Getting-Started/Configuration-Guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/Getting-Started/Configuration-Guide.md b/Documentation/Getting-Started/Configuration-Guide.md index 0eaccf800..9ae2fcf29 100644 --- a/Documentation/Getting-Started/Configuration-Guide.md +++ b/Documentation/Getting-Started/Configuration-Guide.md @@ -773,6 +773,8 @@ and short notations 192.%.% 192.168.% +Note that currently wildcards are only supported in conjunction with IP-addresses, not with domain names. + ## Error Reporting MaxScale is designed to be executed as a service, therefore all error reports, including configuration errors, are written to the MaxScale error log file. By default, MaxScale will log to a file in `/var/log/maxscale`, the only exception to this is if the log directory is not writable, in which case a message is sent to the standard error descriptor.