summaryrefslogtreecommitdiff
path: root/src/rabbit_auth_backend.erl
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-11-19 19:54:04 +0000
committerSimon MacMullen <simon@rabbitmq.com>2010-11-19 19:54:04 +0000
commitcfdc1c4915babc77e9a6e702363d83970d67a559 (patch)
treee9059ab7181818a812fd87594c2301b7b5aedee0 /src/rabbit_auth_backend.erl
parent6d8b9ac51ff4f6923d7b17fc75fbb7b54414bb70 (diff)
downloadrabbitmq-server-cfdc1c4915babc77e9a6e702363d83970d67a559.tar.gz
Not sure that's the right approach but at least a) EXTERNAL works via pluggable backends now and b) I've got it out of my head.
Diffstat (limited to 'src/rabbit_auth_backend.erl')
-rw-r--r--src/rabbit_auth_backend.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_auth_backend.erl b/src/rabbit_auth_backend.erl
index bafa0695..3fb5f1b6 100644
--- a/src/rabbit_auth_backend.erl
+++ b/src/rabbit_auth_backend.erl
@@ -38,8 +38,7 @@ behaviour_info(callbacks) ->
%% A description (TODO should this be here if we're not using registry?).
{description, 0},
- %% TODO should we abstract out username / password?
- {check_user_pass_login, 2},
+ {check_user_login, 2},
{check_vhost_access, 2},