Explorar o código

getting-started/broker-installation: Fixed typo set_permissions "" -> set_permissions ".*". Thanks to Cal Leeming.

Ask Solem %!s(int64=14) %!d(string=hai) anos
pai
achega
c08e2a2be4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/getting-started/broker-installation.rst

+ 1 - 1
docs/getting-started/broker-installation.rst

@@ -23,7 +23,7 @@ allow that user access to that virtual host::
 
     $ rabbitmqctl add_vhost myvhost
 
-    $ rabbitmqctl set_permissions -p myvhost myuser "" ".*" ".*"
+    $ rabbitmqctl set_permissions -p myvhost myuser ".*" ".*" ".*"
 
 See the RabbitMQ `Admin Guide`_ for more information about `access control`_.