summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_child_handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/krb5/krb5_child_handler.c')
-rw-r--r--src/providers/krb5/krb5_child_handler.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/providers/krb5/krb5_child_handler.c b/src/providers/krb5/krb5_child_handler.c
index d6c1dc1f9..a0e8f610b 100644
--- a/src/providers/krb5/krb5_child_handler.c
+++ b/src/providers/krb5/krb5_child_handler.c
@@ -254,7 +254,10 @@ static void krb5_child_timeout(struct tevent_context *ev,
return;
}
- DEBUG(9, ("timeout for child [%d] reached.\n", state->child_pid));
+ DEBUG(SSSDBG_IMPORTANT_INFO,
+ ("Timeout for child [%d] reached. In case KDC is distant or network "
+ "is slow you may consider increasing value of krb5_auth_timeout.\n",
+ state->child_pid));
ret = kill(state->child_pid, SIGKILL);
if (ret == -1) {