[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0-89-gb11ed78

Karolin Seeger kseeger at samba.org
Thu Jul 24 07:53:54 GMT 2008


The branch, v3-2-stable has been updated
       via  b11ed782653dc810fca19bf4f53c4518940611f9 (commit)
      from  d470fadc6f57c9494d24c0a798d3640814a31da2 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-stable


- Log -----------------------------------------------------------------
commit b11ed782653dc810fca19bf4f53c4518940611f9
Author: John H Terpstra <jht at samba.org>
Date:   Thu Jul 24 09:45:02 2008 +0200

    pdb_ldap: Raise level for debug message to avoid log file flooding.
    (cherry picked from commit 9b863a10da8762f715c16f147d6cd1e79422d248)
    (cherry picked from commit 1c3187fd250e5219197206cb7c7345ea9d649e74)

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

Summary of changes:
 source/passdb/pdb_ldap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/passdb/pdb_ldap.c b/source/passdb/pdb_ldap.c
index 16cfae8..636682d 100644
--- a/source/passdb/pdb_ldap.c
+++ b/source/passdb/pdb_ldap.c
@@ -946,7 +946,7 @@ static bool init_sam_from_ldap(struct ldapsam_privates *ldap_state,
 				}
 			}
 			if (hex_failed) {
-				DEBUG(0,("init_sam_from_ldap: Failed to get password history for user %s\n",
+				DEBUG(2,("init_sam_from_ldap: Failed to get password history for user %s\n",
 					username));
 				memset(pwhist, '\0', pwHistLen * PW_HISTORY_ENTRY_LEN);
 			}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list