Ver código fonte

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

Ask Solem 16 anos atrás
pai
commit
422703e1ef
1 arquivos alterados com 14 adições e 0 exclusões
  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