diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2010-12-13 17:25:43 +0000 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2010-12-13 17:25:43 +0000 |
| commit | ca6be02c8fb706ee91c3a16b61d23a44fe865f1c (patch) | |
| tree | fe0ed1b285e80bcb64ad8835b73f68e27c28dc75 /ebin | |
| parent | efdc7d8c122fb950f108fc15a61bbe843722b5c6 (diff) | |
| parent | 0ae56c9c2c6b32cb5bf1fdea1f5a429510a3c65f (diff) | |
| download | rabbitmq-server-git-ca6be02c8fb706ee91c3a16b61d23a44fe865f1c.tar.gz | |
Merged bug23506 into default
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 6c33ef8b16..3888f19843 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -30,4 +30,5 @@ {default_permissions, [<<".*">>, <<".*">>, <<".*">>]}, {cluster_nodes, []}, {server_properties, []}, - {collect_statistics, none}]}]}. + {collect_statistics, none}, + {auth_mechanisms, ['PLAIN', 'AMQPLAIN']} ]} ]}. |
