Przeglądaj źródła

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

Ask Solem 14 lat temu
rodzic
commit
c08e2a2be4
1 zmienionych plików z 1 dodań i 1 usunięć
  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`_.