[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-2762-g1c3187f

Karolin Seeger kseeger at samba.org
Thu Jul 24 07:52:52 GMT 2008


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 <jht at samba.org>
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


More information about the samba-cvs mailing list