19 lines
617 B
Diff
19 lines
617 B
Diff
From: John Eckersberg <jeckersb@redhat.com>
|
|
Date: Thu, 30 Oct 2014 14:01:08 -0400
|
|
Subject: [PATCH] Allow guest login from non-loopback connections
|
|
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index ad73ff5de..d6631f326 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -38,7 +38,7 @@ define PROJECT_ENV
|
|
{default_user_tags, [administrator]},
|
|
{default_vhost, <<"/">>},
|
|
{default_permissions, [<<".*">>, <<".*">>, <<".*">>]},
|
|
- {loopback_users, [<<"guest">>]},
|
|
+ {loopback_users, []},
|
|
{password_hashing_module, rabbit_password_hashing_sha256},
|
|
{server_properties, []},
|
|
{collect_statistics, none},
|