From e07826229cd0d555e1a478a7ab410bb65f66beef Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Fri, 23 Dec 2016 14:32:38 +0200 Subject: [PATCH] MaxAdmin: Document admin/mariadb as credentials Apparently got lost when internet sockets were first removed and then reinstated. --- Documentation/Reference/MaxAdmin.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/Reference/MaxAdmin.md b/Documentation/Reference/MaxAdmin.md index f23e39e6c..8085bc55d 100644 --- a/Documentation/Reference/MaxAdmin.md +++ b/Documentation/Reference/MaxAdmin.md @@ -104,6 +104,10 @@ alice@host$ maxadmin -u maxscale-admin Password: MaxScale> ``` +When internet sockets are enabled, initially it is possible to connect using +the username `admin` and the password `mariadb`. These remain in effect as long +as no other users have been created. As soon as the first user is added, the use +of `admin/mariadb` as login credentials is disabled. If Unix domain sockets are used, then initially only `root` has access. MaxAdmin usage can subsequently be enabled for other Linux users.