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
commit5c02c826bf447c07cd6ecb7bb1070b9c5ea59b7f (patch)
tree3ecce7dcc09e51f60e3b40b36e82e54403b527c0 /include
parentbbb6650d6a529201424a10b2d7c5c002d632e374 (diff)
downloadrabbitmq-server-5c02c826bf447c07cd6ecb7bb1070b9c5ea59b7f.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 74e165cd..627d0479 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}).