diff options
author | John H Terpstra <jht@samba.org> | 2008-07-24 09:45:02 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-07-24 09:49:28 +0200 |
commit | 9b863a10da8762f715c16f147d6cd1e79422d248 (patch) | |
tree | 95a9bb532b1de1fa747c4bbba48b307a2a96c7a5 /source/passdb | |
parent | d78667c88515aa4fffc49b44c00f470f7d25bd4d (diff) | |
download | samba-9b863a10da8762f715c16f147d6cd1e79422d248.tar.gz samba-9b863a10da8762f715c16f147d6cd1e79422d248.tar.xz samba-9b863a10da8762f715c16f147d6cd1e79422d248.zip |
pdb_ldap: Raise level for debug message to avoid log file flooding.
Diffstat (limited to 'source/passdb')
-rw-r--r-- | source/passdb/pdb_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/passdb/pdb_ldap.c b/source/passdb/pdb_ldap.c index 2ad9c57e5f4..ddbb53a9b97 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); } |