From 6275cd7a923770faaa405e8b9642f3f861f80cbe Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 18 Oct 2013 10:51:47 -0400 Subject: Add man page entry for allow_any_uid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Günther Deschner --- proxy/man/gssproxy.conf.5.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/proxy/man/gssproxy.conf.5.xml b/proxy/man/gssproxy.conf.5.xml index 0cbf965..3fa94a4 100644 --- a/proxy/man/gssproxy.conf.5.xml +++ b/proxy/man/gssproxy.conf.5.xml @@ -80,6 +80,20 @@ gssproxy supports the following options: + + allow_any_uid (boolean) + + Allow any process of any user to use this service. + Note that absent a custom socket or selinux_context option + this option may cause a service definition to mask access to + following services. To avoid issues change the order of services + in your configuation file so that services with allow_any_uid + enabled are listed last, or define a custom socket for other + services. + Default: false + + + cred_store (string) -- cgit