From 2b32252b8abb7c27e3db60c6e2972254f7b0c8c8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 26 Nov 2007 14:30:50 +0100 Subject: Improve debug message Fix bug 5056, thanks to debian package maintainer (This used to be commit 5b4ba4bfc54e2fa468abe15383e5b33eb5bd1324) --- source3/passdb/pdb_ldap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/passdb') diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index a3637bffd4..215cd3cb5e 100644 --- a/source3/passdb/pdb_ldap.c +++ b/source3/passdb/pdb_ldap.c @@ -2536,7 +2536,8 @@ static NTSTATUS ldapsam_getgroup(struct pdb_methods *methods, count = ldap_count_entries(priv2ld(ldap_state), result); if (count < 1) { - DEBUG(4, ("ldapsam_getgroup: Did not find group\n")); + DEBUG(4, ("ldapsam_getgroup: Did not find group, filter was " + "%s\n", filter)); ldap_msgfree(result); return NT_STATUS_NO_SUCH_GROUP; } -- cgit