]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: add CLI info on privilege levels
authorOlivier Doucet <webmaster@ajeux.com>
Thu, 31 Aug 2017 09:05:10 +0000 (11:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 1 Sep 2017 17:02:19 +0000 (19:02 +0200)
doc/management.txt

index c4e76edff4f0db4431ca7fcac20ee57d1fec667d..03295f38cd1e4333af21bbfa35f7eaf162aa3b95 100644 (file)
@@ -1299,6 +1299,11 @@ If an unknown command is sent, haproxy displays the usage message which reminds
 all supported commands. Some commands support a more complex syntax, generally
 it will explain what part of the command is invalid when this happens.
 
+Some commands require a higher level of privilege to work. If you do not have
+enough privilege, you will get an error "Permission denied". Please check
+the "level" option of the "bind" keyword lines in the configuration manual
+for more information.
+
 add acl <acl> <pattern>
   Add an entry into the acl <acl>. <acl> is the #<id> or the <file> returned by
   "show acl". This command does not verify if the entry already exists. This