[SCM] Samba Shared Repository - branch master updated

Andrew Bartlett abartlet at samba.org
Thu Mar 7 19:17:02 MST 2013


The branch, master has been updated
       via  5372571 s3:idmap: fix a debug message and lower its level
      from  93d57df vfs_catia: add my copyright

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


- Log -----------------------------------------------------------------
commit 5372571fde68dcc7ccd0d3fa754bdfa148e7ca48
Author: Michael Adam <obnox at samba.org>
Date:   Mon Mar 4 12:52:26 2013 +0100

    s3:idmap: fix a debug message and lower its level
    
    It is not an error to be logged at level 1 when a
    domain has no explicitly configured idmap backend.
    
    Signed-off-by: Michael Adam <obnox at samba.org>
    
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>
    
    Autobuild-User(master): Andrew Bartlett <abartlet at samba.org>
    Autobuild-Date(master): Fri Mar  8 03:16:54 CET 2013 on sn-devel-104

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

Summary of changes:
 source3/winbindd/idmap.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/idmap.c b/source3/winbindd/idmap.c
index d5eeac6..97a34d4 100644
--- a/source3/winbindd/idmap.c
+++ b/source3/winbindd/idmap.c
@@ -285,7 +285,8 @@ static struct idmap_domain *idmap_init_named_domain(TALLOC_CTX *mem_ctx,
 
 	backend = lp_parm_const_string(-1, config_option, "backend", NULL);
 	if (backend == NULL) {
-		DEBUG(1, ("no backend defined for %s\n", config_option));
+		DEBUG(10, ("no idmap backend configured for domain '%s'\n",
+			   domname));
 		goto fail;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list