summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-11-30 22:50:26 +0100
committerKarolin Seeger <kseeger@samba.org>2008-12-11 10:27:08 +0100
commit056fa6464b92d1102d32a96d1ce03e594994ba54 (patch)
tree076eb701580e66e91168656a9ff1bc6d891e9fa2
parent5d71b64801769d4492501c3c5e226fac866083c7 (diff)
downloadsamba-056fa6464b92d1102d32a96d1ce03e594994ba54.tar.gz
samba-056fa6464b92d1102d32a96d1ce03e594994ba54.tar.xz
samba-056fa6464b92d1102d32a96d1ce03e594994ba54.zip
winbindd/idmap_ad: add entry debug message to nss_ad_get_info()
Michael (cherry picked from commit 8d00acb552f8f67f0b28ce7eeb8bccb0e6dcd850)
-rw-r--r--source/winbindd/idmap_ad.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/winbindd/idmap_ad.c b/source/winbindd/idmap_ad.c
index 967a36b3cef..05d7d98cae9 100644
--- a/source/winbindd/idmap_ad.c
+++ b/source/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;