summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/rabbit.hrl')
-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}).