summaryrefslogtreecommitdiff
path: root/source3/winbindd/nss_info.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-11-30 22:57:41 +0100
committerMichael Adam <obnox@samba.org>2008-12-01 04:37:23 +0100
commit09d05bcffe9553d28876daed86ea0761f2506997 (patch)
tree3dde92a6207888be719cc5908b45d909e6e94bf4 /source3/winbindd/nss_info.c
parent1048c2ccbea1ce76719a6ac320ec9104e896db8f (diff)
downloadsamba-09d05bcffe9553d28876daed86ea0761f2506997.tar.gz
samba-09d05bcffe9553d28876daed86ea0761f2506997.tar.bz2
samba-09d05bcffe9553d28876daed86ea0761f2506997.zip
s3:winbindd/nss_info: add entry debug message to nss_get_info()
Michael
Diffstat (limited to 'source3/winbindd/nss_info.c')
-rw-r--r--source3/winbindd/nss_info.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/winbindd/nss_info.c b/source3/winbindd/nss_info.c
index 7df1eeeb01..245274b238 100644
--- a/source3/winbindd/nss_info.c
+++ b/source3/winbindd/nss_info.c
@@ -273,6 +273,9 @@ static struct nss_domain_entry *find_nss_domain( const char *domain )
struct nss_domain_entry *p;
struct nss_info_methods *m;
+ DEBUG(10, ("nss_get_info called for sid [%s] in domain '%s'\n",
+ sid_string_dbg(user_sid), domain?domain:"NULL"));
+
if ( (p = find_nss_domain( domain )) == NULL ) {
DEBUG(4,("nss_get_info: Failed to find nss domain pointer for %s\n",
domain ));