summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_ldap.c
diff options
context:
space:
mode:
authorJohn H Terpstra <jht@samba.org>2008-07-24 09:45:02 +0200
committerKarolin Seeger <kseeger@samba.org>2008-07-24 09:49:28 +0200
commitb39237d3b3459d82e7a822518b6ceab47e14e650 (patch)
tree809a1750246fd90a9af915cd6cbb1d53fc0ecb7e /source3/passdb/pdb_ldap.c
parent24d748cf34598ad2f6e6e2118dccd54c6048db2e (diff)
downloadsamba-b39237d3b3459d82e7a822518b6ceab47e14e650.tar.gz
samba-b39237d3b3459d82e7a822518b6ceab47e14e650.tar.bz2
samba-b39237d3b3459d82e7a822518b6ceab47e14e650.zip
pdb_ldap: Raise level for debug message to avoid log file flooding.
(This used to be commit 9b863a10da8762f715c16f147d6cd1e79422d248)
Diffstat (limited to 'source3/passdb/pdb_ldap.c')
-rw-r--r--source3/passdb/pdb_ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c
index 2ad9c57e5f..ddbb53a9b9 100644
--- a/source3/passdb/pdb_ldap.c
+++ b/source3/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);
}