diff options
author | Michael Adam <obnox@samba.org> | 2008-11-30 22:50:26 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-12-01 04:37:22 +0100 |
commit | 82ee6d2f7d254a704574744bf9f25dcb0e2ab7cf (patch) | |
tree | f6a88ad9b4704c94286bfaf7fd3623d0f031ecd4 /source3 | |
parent | 484fa90aefe131d5dd67c458b365045dbf6c7e78 (diff) | |
download | samba-82ee6d2f7d254a704574744bf9f25dcb0e2ab7cf.tar.gz samba-82ee6d2f7d254a704574744bf9f25dcb0e2ab7cf.tar.bz2 samba-82ee6d2f7d254a704574744bf9f25dcb0e2ab7cf.zip |
s3:winbindd/idmap_ad: add entry debug message to nss_ad_get_info()
Michael
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/idmap_ad.c | 3 |
1 files changed, 3 insertions, 0 deletions
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; |