[PATCH] Fix typo in winbindd_cm.c

Christof Schmitt cs at samba.org
Tue Dec 22 20:59:20 UTC 2015


On Tue, Dec 22, 2015 at 09:19:21PM +0100, Marc Muehlfeld wrote:
> Hello,
> 
> find attached a mini patch for a typo I had seen in my logs some days
> ago. Please review + push.
> 
> 
> Regards,
> Marc

When touching the message, we could also switch to DBG_WARNING. I also
recently came across a problem in this area, that this code is hit when
the DC returns SESSION_EXPIRED. Better handling this situation is
something for next year, and we can definitely fix the typo first.

Christof

> From 32e0fdcb1058d545f7d81e91dd186cf49fd91d62 Mon Sep 17 00:00:00 2001
> From: Marc Muehlfeld <mmuehlfeld at samba.org>
> Date: Tue, 22 Dec 2015 21:13:52 +0100
> Subject: [PATCH] Fix typo in winbindd_cm.c
> 
> ---
>  source3/winbindd/winbindd_cm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c
> index 716fa5a..93a2dde 100644
> --- a/source3/winbindd/winbindd_cm.c
> +++ b/source3/winbindd/winbindd_cm.c
> @@ -3072,7 +3072,7 @@ NTSTATUS cm_connect_lsa(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx,
>  
>  	if (lp_winbind_sealed_pipes() || lp_require_strong_key()) {
>  		result = NT_STATUS_DOWNGRADE_DETECTED;
> -		DEBUG(1, ("Unwilling to make LSA connection to domain %s"
> +		DEBUG(1, ("Unwilling to make LSA connection to domain %s "
>  			  "without connection level security, "
>  			  "must set 'winbind sealed pipes = false' and "
>  			  "'require strong key = false' to proceed: %s\n",
> -- 
> 2.5.0
> 




More information about the samba-technical mailing list