summaryrefslogtreecommitdiffstats
path: root/source/passdb
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-08-04 20:39:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:38:32 -0500
commit63325b36872c92d9f9fe04a185d7bd3ac525d84c (patch)
tree6d2e1d40f466ab0571d8ca9069a5b25ee58f2849 /source/passdb
parent1e1fcb5eb2ac4bd360461b29f85c07dbf460025d (diff)
downloadsamba-63325b36872c92d9f9fe04a185d7bd3ac525d84c.tar.gz
samba-63325b36872c92d9f9fe04a185d7bd3ac525d84c.tar.xz
samba-63325b36872c92d9f9fe04a185d7bd3ac525d84c.zip
r17403: add a helpful debug msg
Diffstat (limited to 'source/passdb')
-rw-r--r--source/passdb/lookup_sid.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/passdb/lookup_sid.c b/source/passdb/lookup_sid.c
index 97cac879842..f3103c0cc06 100644
--- a/source/passdb/lookup_sid.c
+++ b/source/passdb/lookup_sid.c
@@ -61,6 +61,9 @@ BOOL lookup_name(TALLOC_CTX *mem_ctx,
name = talloc_strdup(tmp_ctx, full_name);
}
+ DEBUG(10,("lookup_name: %s => %s (domain), %s (name)\n",
+ full_name, domain, name));
+
if ((domain == NULL) || (name == NULL)) {
DEBUG(0, ("talloc failed\n"));
TALLOC_FREE(tmp_ctx);