Browse Source

README: Add instructions using add_permissions instead of map_user_vhost now that it's
gone in RabbitMQ 1.6.0.

Ask Solem 16 years ago
parent
commit
422703e1ef
1 changed files with 14 additions and 0 deletions
  1. 14 0
      README

+ 14 - 0
README

@@ -129,6 +129,20 @@ allow that user access to that virtual host::
 
     $ rabbitmqctl add_vhost myvhost
 
+From RabbitMQ version 1.6.0 and onward you have to use the new ACL features
+to allow access::
+
+    $ rabbitmqctl set_permissions -p myvhost myuser "" ".*" ".*"
+
+See the RabbitMQ `Admin Guide`_ for more information about `access control`_.
+
+.. _`Admin Guide`: http://www.rabbitmq.com/admin-guide.html
+
+.. _`access control`: http://www.rabbitmq.com/admin-guide.html#access-control
+
+
+If you are still using version 1.5.0 or below, please use ``map_user_vhost``::
+
     $ rabbitmqctl map_user_vhost myuser myvhost