[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Thu Aug 24 15:23:02 UTC 2017


The branch, master has been updated
       via  6d7681c s3:libsmb: Print the kinit failed message with DBGLVL_NOTICE
      from  c90069b s4:torture: The teardown function should just return

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 6d7681c73dc68930dc39f05d58c2679b7c84ad97
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Aug 24 12:51:35 2017 +0200

    s3:libsmb: Print the kinit failed message with DBGLVL_NOTICE
    
    The default debug level of smbclient is set to 'log level = 1'. So we
    need to use at least NOTICE to not get the message when we do not force
    kerberos.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=12704
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Thu Aug 24 17:22:18 CEST 2017 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 source3/libsmb/cliconnect.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/cliconnect.c b/source3/libsmb/cliconnect.c
index 91fd18b..70bcead 100644
--- a/source3/libsmb/cliconnect.c
+++ b/source3/libsmb/cliconnect.c
@@ -349,7 +349,7 @@ NTSTATUS cli_session_creds_prepare_krb5(struct cli_state *cli,
 				0 /* no time correction for now */,
 				NULL);
 	if (ret != 0) {
-		int dbglvl = DBGLVL_WARNING;
+		int dbglvl = DBGLVL_NOTICE;
 
 		if (krb5_state == CRED_MUST_USE_KERBEROS) {
 			dbglvl = DBGLVL_ERR;


-- 
Samba Shared Repository



More information about the samba-cvs mailing list