summaryrefslogtreecommitdiff
path: root/additional.config
diff options
context:
space:
mode:
authorDaniil Fedotov <dfedotov@pivotal.io>2016-02-01 11:43:05 +0000
committerDaniil Fedotov <dfedotov@pivotal.io>2016-02-01 11:43:05 +0000
commit423ab9d519503ecf8c670860da4f104a90a3285e (patch)
tree5ad4c7c6cbeb34b9f45ce68df8b91e55c833d78d /additional.config
parent5687c5cd0afc864512dd7245a69f7c2fc895e377 (diff)
downloadrabbitmq-server-git-423ab9d519503ecf8c670860da4f104a90a3285e.tar.gz
Docs examples in conf file
Diffstat (limited to 'additional.config')
-rw-r--r--additional.config44
1 files changed, 22 insertions, 22 deletions
diff --git a/additional.config b/additional.config
index 46b020c680..cc10f5a6a8 100644
--- a/additional.config
+++ b/additional.config
@@ -70,28 +70,28 @@
]},
{rabbitmq_auth_backend_ldap, [
-% %%
-% %% Authorisation
-% %% =============
-% %%
-
-% %% The LDAP plugin can perform a variety of queries against your
-% %% LDAP server to determine questions of authorisation. See
-% %% http://www.rabbitmq.com/ldap.html#authorisation for more
-% %% information.
-
-% %% Set the query to use when determining vhost access
-% %%
-% %% {vhost_access_query, {in_group,
-% %% "ou=${vhost}-users,ou=vhosts,dc=example,dc=com"}},
-
-% %% Set the query to use when determining resource (e.g., queue) access
-% %%
-% %% {resource_access_query, {constant, true}},
-
-% %% Set queries to determine which tags a user has
-% %%
-% %% {tag_queries, []}
+ %%
+ %% Authorisation
+ %% =============
+ %%
+
+ %% The LDAP plugin can perform a variety of queries against your
+ %% LDAP server to determine questions of authorisation. See
+ %% http://www.rabbitmq.com/ldap.html#authorisation for more
+ %% information.
+
+ %% Set the query to use when determining vhost access
+ %%
+ %% {vhost_access_query, {in_group,
+ %% "ou=${vhost}-users,ou=vhosts,dc=example,dc=com"}},
+
+ %% Set the query to use when determining resource (e.g., queue) access
+ %%
+ %% {resource_access_query, {constant, true}},
+
+ %% Set queries to determine which tags a user has
+ %%
+ %% {tag_queries, []}
]}
].