The branch, v3-2-test has been updated
       via  1c3187fd250e5219197206cb7c7345ea9d649e74 (commit)
      from  2b5425efddfccb1010d082e6133cfdd79d72729e (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 1c3187fd250e5219197206cb7c7345ea9d649e74
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.
    (cherry picked from commit 9b863a10da8762f715c16f147d6cd1e79422d248)

-----------------------------------------------------------------------

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 16cfae8..636682d 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

Reply via email to