summaryrefslogtreecommitdiff
path: root/docs
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
commited4839d90ddb987e8aab63cd2742ec37cb273673 (patch)
tree25910a98dd4e2c2041979b63ee91be852f56c5ec /docs
parent140c28ab664aa054d9078bf91870224b0350845a (diff)
downloadrabbitmq-server-git-ed4839d90ddb987e8aab63cd2742ec37cb273673.tar.gz
Add loopback_users (somewhat late...)
Diffstat (limited to 'docs')
-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 b0e13b1b8d..a128bfbc54 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.
%%