pdb_ldap: Raise level for debug message to avoid log file flooding.
authorJohn H Terpstra <jht@samba.org>
Thu, 24 Jul 2008 07:45:02 +0000 (09:45 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 24 Jul 2008 07:55:50 +0000 (09:55 +0200)
(cherry picked from commit 9b863a10da8762f715c16f147d6cd1e79422d248)

source/passdb/pdb_ldap.c

index 16cfae875e3a1b533f8f7abf2c5cccd5b0f39d76..636682d4905ccc477f369c383640e1394b55d577 100644 (file)
@@ -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);
                        }