summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2016-01-08 11:11:40 +0100
committerLukas Slebodnik <lslebodn@redhat.com>2016-01-08 17:08:18 +0100
commit0f1ca83d9a87953e6e44f94e5948f1675b4adda2 (patch)
treee37ab85a61b355098d6af64d52f4e05606465a10
parent0c1fe8a15cced95e8451ad4c9260c5e4ecca45f1 (diff)
downloadsssd-0f1ca83d9a87953e6e44f94e5948f1675b4adda2.tar.gz
sssd-0f1ca83d9a87953e6e44f94e5948f1675b4adda2.tar.xz
sssd-0f1ca83d9a87953e6e44f94e5948f1675b4adda2.zip
AD: Log SID in debug message
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
-rw-r--r--src/providers/ad/ad_id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ad/ad_id.c b/src/providers/ad/ad_id.c
index b39fda6dc..9832aea97 100644
--- a/src/providers/ad/ad_id.c
+++ b/src/providers/ad/ad_id.c
@@ -309,7 +309,7 @@ static bool ad_account_can_shortcut(struct be_ctx *be_ctx,
req_dom = find_domain_by_sid(domain, csid);
if (req_dom == NULL) {
- DEBUG(SSSDBG_OP_FAILURE, "Invalid domain\n");
+ DEBUG(SSSDBG_OP_FAILURE, "Invalid domain for SID:%s\n", csid);
goto done;
}