summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-11-13 13:01:35 +0000
committerSimon MacMullen <simon@rabbitmq.com>2014-11-13 13:01:35 +0000
commit75924c47056260b6f7533c9dce01d8dada072800 (patch)
tree3ecce7dcc09e51f60e3b40b36e82e54403b527c0 /include
parent1e84475e7031c04041be1fbe82d3494ed4004509 (diff)
downloadrabbitmq-server-git-75924c47056260b6f7533c9dce01d8dada072800.tar.gz
Import changes from https://github.com/gotthardp/rabbitmq-server/tree/multi_authorization
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 74e165cd9b..627d0479b5 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -16,8 +16,8 @@
-record(user, {username,
tags,
- auth_backend, %% Module this user came from
- impl %% Scratch space for that module
+ authN_backend, %% Authentication module this user came from
+ authZ_backends %% List of authorization modules
}).
-record(internal_user, {username, password_hash, tags}).