diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-02-14 17:47:47 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-02-14 17:47:47 +0000 |
| commit | 33456dd1890cfc64c3a21f76a5356c5b81b9b394 (patch) | |
| tree | 71f7daa7812681815f1bff639dc7d05f69bb14c6 /ebin | |
| parent | 1c3952bcb5a2a9c239defa56ae8bf867fe749892 (diff) | |
| download | rabbitmq-server-git-33456dd1890cfc64c3a21f76a5356c5b81b9b394.tar.gz | |
Refuse access for guest via non-localhost by default.
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 29f06e7920..7360208aad 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -34,6 +34,7 @@ {default_user_tags, [administrator]}, {default_vhost, <<"/">>}, {default_permissions, [<<".*">>, <<".*">>, <<".*">>]}, + {loopback_users, [<<"guest">>]}, {cluster_nodes, {[], disc}}, {server_properties, []}, {collect_statistics, none}, |
