Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37792916
en ru br
ALT Linux repos
S:3.12.6-alt1

Group :: System/Servers
RPM: rabbitmq-server

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: rabbitmq-server-0003-Allow-guest-login-from-non-loopback-connections.patch
Download


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 4a1e18a9f..ed68c4d56 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},
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin