summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-11-19 15:36:00 +0000
committerSimon MacMullen <simon@rabbitmq.com>2010-11-19 15:36:00 +0000
commit77ce265df25cb7a3592fb70fc140ccaf8697d329 (patch)
tree4ac2dadb4f5617e0a9dba9c6df174f06399a8922 /ebin
parente43f214f918478b382d79f050dbdc42a469a001d (diff)
downloadrabbitmq-server-77ce265df25cb7a3592fb70fc140ccaf8697d329.tar.gz
Rather impressionistic sketch of how pluggable auth backends might start out.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index 9315047c..bf628d59 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -32,4 +32,5 @@
{cluster_nodes, []},
{server_properties, []},
{collect_statistics, none},
- {auth_mechanisms, ['PLAIN', 'AMQPLAIN']} ]} ]}.
+ {auth_mechanisms, ['PLAIN', 'AMQPLAIN']},
+ {auth_backends, [rabbit_auth_backend_internal]} ]} ]}.