This is an automated email from the git hooks/post-receive script.
rharwood pushed a change to branch master in repository gssproxy.
from 5da58d1 Fix behavior when not passed config_dir on the command line new dd9ed3d Document debug_level option in gssproxy.conf(5)
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: proxy/man/gssproxy.conf.5.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script.
rharwood pushed a commit to branch master in repository gssproxy.
commit dd9ed3d321e74fbd138f5d8760fe540bb1f4d7bc Author: Robbie Harwood rharwood@redhat.com Date: Wed Feb 22 15:03:50 2017 -0500
Document debug_level option in gssproxy.conf(5)
Signed-off-by: Robbie Harwood rharwood@redhat.com Reviewed-by: Simo Sorce simo@redhat.com --- proxy/man/gssproxy.conf.5.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-)
diff --git a/proxy/man/gssproxy.conf.5.xml b/proxy/man/gssproxy.conf.5.xml index 7c724d6..7ddb2fb 100644 --- a/proxy/man/gssproxy.conf.5.xml +++ b/proxy/man/gssproxy.conf.5.xml @@ -180,7 +180,26 @@ <para>Enable debugging to syslog.</para> <para>Default: debug = false</para> </listitem> - </varlistentry> + </varlistentry> + + <varlistentry> + <term>debug_level (integer)</term> + <listitem> + <para> + Detail level at which to log debugging messages. + 0 corresponds to no logging, while 1 turns on + basic debug logging. Level 2 increases verbosity, + including more detailed credential verification. + </para> + <para> + At level 3 and above, KRB5_TRACE output is logged. + If KRB5_TRACE was already set in the execution + environment, trace output is sent to its value + instead. + </para> + <para>Default: 1 if debug is true, otherwise 0</para> + </listitem> + </varlistentry>
<varlistentry> <term>euid (integer or string)</term>
gss-proxy@lists.fedorahosted.org