diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2016-02-24 14:48:23 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2016-02-24 14:48:23 +0300 |
| commit | b65acaad385c17eb11e5d04df7bd69602d2f2c29 (patch) | |
| tree | 3303da1da17f737b715daf97a63dc845ad739769 | |
| parent | 9ad0b6d6ec5b248aa09558ccc561ffa0e2b1a6c8 (diff) | |
| download | rabbitmq-server-git-b65acaad385c17eb11e5d04df7bd69602d2f2c29.tar.gz | |
Example edits
| -rw-r--r-- | docs/rabbitmq.conf.example | 5 |
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. |
