summaryrefslogtreecommitdiff
path: root/source3/passdb
diff options
context:
space:
mode:
authorSteve French <stevef@smf-t60p.smfdom>2008-07-24 09:35:20 -0500
committerSteve French <stevef@smf-t60p.smfdom>2008-07-24 09:35:20 -0500
commit890361db59ec293860fe2af7aaf7bdac0b7c03cb (patch)
tree58c11abc756ef22df05cac63022362f2837988e0 /source3/passdb
parent0732750497dabb441e4657093c329f829d91d58c (diff)
parent8ea3ce5342f7ddcc0e36ff0b17d75ed74bdb6ce4 (diff)
downloadsamba-890361db59ec293860fe2af7aaf7bdac0b7c03cb.tar.gz
samba-890361db59ec293860fe2af7aaf7bdac0b7c03cb.tar.bz2
samba-890361db59ec293860fe2af7aaf7bdac0b7c03cb.zip
Merge branch 'v3-3-test' of git+ssh://sfrench@git.samba.org/data/git/samba into v33
(This used to be commit 22afe367fef35d4262d960973933023a0a5ce77d)
Diffstat (limited to 'source3/passdb')
-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);
}