diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2010-12-13 13:15:27 +0000 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2010-12-13 13:15:27 +0000 |
| commit | 704df47c3756bd62cb84d2a06655aafd8ad85e41 (patch) | |
| tree | 1be2db7b29066664e36ae51bce3273dcec80ff8e /ebin | |
| parent | 368bfaf8a74305a33ec03b3367d8c6c3fd14cb66 (diff) | |
| parent | f6144f6cd96dadf3db89f524099deb6e30a64dca (diff) | |
| download | rabbitmq-server-git-704df47c3756bd62cb84d2a06655aafd8ad85e41.tar.gz | |
Merged bug23467 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']} ]} ]}. |
