diff --git a/Documentation/Getting-Started/Configuration-Guide.md b/Documentation/Getting-Started/Configuration-Guide.md index 94e4aab43..74d6478b1 100644 --- a/Documentation/Getting-Started/Configuration-Guide.md +++ b/Documentation/Getting-Started/Configuration-Guide.md @@ -1244,7 +1244,6 @@ service=] protocol=[MariaDBClient|HTTPD] address=[IP|hostname] port= -socket= ``` #### `service` @@ -1276,8 +1275,9 @@ The `socket` option may be included in a listener definition, this configures the listener to use Unix domain sockets to listen for incoming connections. The parameter value given is the name of the socket to use. -If a socket option and an address option is given then the listener will listen -on both the specific IP address and the Unix socket. +**Note:** If you want to use both network ports and UNIX domain sockets + with a service, define two separate listeners that connect to the same + service. #### `authenticator`