diff options
| author | Whitespirit0 <Whitespirit0@users.noreply.github.com> | 2019-09-19 13:18:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-19 13:18:25 +0200 |
| commit | 78943a0a0e9befee33620c70e35081a03e74fcba (patch) | |
| tree | 84a7a94b0e5fde2539679347e669c3dbadc3426a /docs | |
| parent | 3d507c20433b59d47a8455bd603466941eb1e516 (diff) | |
| download | rabbitmq-server-git-78943a0a0e9befee33620c70e35081a03e74fcba.tar.gz | |
Replace additional.config file by advanced.config
The LDAP section refers to the additional.config file whereas the doc says it's commonly named advanced.config.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index 44ded7c737..3f66404a8f 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -955,8 +955,8 @@ ## ## Related doc guide: https://rabbitmq.com/ldap.html#authorisation. -## Following configuration should be defined in additional.config file -## DO NOT UNCOMMENT THIS LINES! +## Following configuration should be defined in advanced.config file +## DO NOT UNCOMMENT THESE LINES! ## Set the query to use when determining vhost access ## |
