summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2016-02-24 14:48:23 +0300
committerMichael Klishin <mklishin@pivotal.io>2016-02-24 14:48:23 +0300
commitb65acaad385c17eb11e5d04df7bd69602d2f2c29 (patch)
tree3303da1da17f737b715daf97a63dc845ad739769
parent9ad0b6d6ec5b248aa09558ccc561ffa0e2b1a6c8 (diff)
downloadrabbitmq-server-git-b65acaad385c17eb11e5d04df7bd69602d2f2c29.tar.gz
Example edits
-rw-r--r--docs/rabbitmq.conf.example5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example
index 035a199d0e..bafcc62e59 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -81,15 +81,14 @@
# auth_mechanisms.1 = PLAIN
# auth_mechanisms.2 = AMQPLAIN
-## Select an authentication database to use. RabbitMQ comes bundled
-## with a built-in auth-database, based on mnesia.
+## Select an authentication/authorisation backend to use.
##
# auth_backends.1 = internal
# auth_backends.2.authn = ldap
# auth_backends.2.authz = internal
-# auth_backends.3.authz = rabbit_auth_backend_uaa
+# auth_backends.3.authz = rabbit_auth_backend_http
## Configurations supporting the rabbitmq_auth_mechanism_ssl and
## rabbitmq_auth_backend_ldap plugins.