Some callers just retry after a kinit.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
&gse_ctx->creds,
NULL, NULL);
if (gss_maj) {
- DEBUG(0, ("gss_acquire_creds failed for GSS_C_NO_NAME with [%s]\n",
+ DEBUG(5, ("gss_acquire_creds failed for GSS_C_NO_NAME with [%s] -"
+ "the caller may retry after a kinit.\n",
gse_errstr(gse_ctx, gss_maj, gss_min)));
status = NT_STATUS_INTERNAL_ERROR;
goto err_out;