summaryrefslogtreecommitdiff
path: root/source3/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
commitf8aa6abb6835200cd6f7f9f7ebd355c4e29a231c (patch)
tree752b9fc7911c12a1084256c3ec52451fd6db500d /source3/passdb
parentf8aa1c75f4961739863928392c8870c9c9a019d8 (diff)
downloadsamba-f8aa6abb6835200cd6f7f9f7ebd355c4e29a231c.tar.gz
samba-f8aa6abb6835200cd6f7f9f7ebd355c4e29a231c.tar.bz2
samba-f8aa6abb6835200cd6f7f9f7ebd355c4e29a231c.zip
r17403: add a helpful debug msg
(This used to be commit 63325b36872c92d9f9fe04a185d7bd3ac525d84c)
Diffstat (limited to 'source3/passdb')
-rw-r--r--source3/passdb/lookup_sid.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/passdb/lookup_sid.c b/source3/passdb/lookup_sid.c
index 97cac87984..f3103c0cc0 100644
--- a/source3/passdb/lookup_sid.c
+++ b/source3/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);