The branch, v3-3-test has been updated
via 9b863a10da8762f715c16f147d6cd1e79422d248 (commit)
from d78667c88515aa4fffc49b44c00f470f7d25bd4d (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test
- Log -----------------------------------------------------------------
commit 9b863a10da8762f715c16f147d6cd1e79422d248
Author: John H Terpstra <[EMAIL PROTECTED]>
Date: Thu Jul 24 09:45:02 2008 +0200
pdb_ldap: Raise level for debug message to avoid log file flooding.
-----------------------------------------------------------------------
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 2ad9c57..ddbb53a 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