Kaynağa Gözat

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

Ask Solem 14 yıl önce
ebeveyn
işleme
c08e2a2be4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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`_.