summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-08-06 17:19:34 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-08-06 17:19:34 +0100
commitbdd483b8ec795d1b6b8f02cef33d31ba226f4645 (patch)
tree25910a98dd4e2c2041979b63ee91be852f56c5ec
parentde82a635e31965b9e06b648f3b6f7600910f0f52 (diff)
downloadrabbitmq-server-bug26322.tar.gz
Add loopback_users (somewhat late...)bug26322
-rw-r--r--docs/rabbitmq.config.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index b0e13b1b..a128bfbc 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -44,6 +44,14 @@
%% ==============
%%
+ %% The default "guest" user is only permitted to access the server
+ %% via a loopback interface (e.g. localhost).
+ %% {loopback_users, [<<"guest">>]},
+ %%
+ %% Uncomment the following line if you want to allow access to the
+ %% guest user from anywhere on the network.
+ %% {loopback_users, []},
+
%% Configuring SSL.
%% See http://www.rabbitmq.com/ssl.html for full documentation.
%%