From 82ee6d2f7d254a704574744bf9f25dcb0e2ab7cf Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 30 Nov 2008 22:50:26 +0100 Subject: s3:winbindd/idmap_ad: add entry debug message to nss_ad_get_info() Michael --- source3/winbindd/idmap_ad.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3') diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c index 967a36b3ce..05d7d98cae 100644 --- a/source3/winbindd/idmap_ad.c +++ b/source3/winbindd/idmap_ad.c @@ -830,6 +830,9 @@ static NTSTATUS nss_ad_get_info( struct nss_domain_entry *e, struct idmap_domain *dom; struct idmap_ad_context *ctx; + DEBUG(10, ("nss_ad_get_info called for sid [%s] in domain '%s'\n", + sid_string_dbg(sid), e->domain?e->domain:"NULL")); + /* Only do query if we are online */ if (idmap_is_offline()) { return NT_STATUS_FILE_IS_OFFLINE; -- cgit