From 332fd239278fe1a80c500a1ea01763e84783057c Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 15 Nov 2013 15:10:23 -0500 Subject: Add general:hideregisteredcommands to hide commands that require you to be identified to use. This changes the behavior of hideprivilegedcommands to only hide commands users don't have the oper privileges to execute. --- data/example.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/example.conf b/data/example.conf index 48ff039c3..261e15898 100644 --- a/data/example.conf +++ b/data/example.conf @@ -512,11 +512,17 @@ options retrywait = 60s /* - * If set, Services will hide commands that users don't have the privileges to execute + * If set, Services will hide commands that users don't have the privilege to execute * from HELP output. */ hideprivilegedcommands = yes + /* + * If set, Services will hide commands that users can't execute because they are not + * logged in from HELP output. + */ + hideregisteredcommands = yes + /* The regex engine to use, as provided by the regex modules. * Leave commented to disable regex matching. * -- cgit