diff options
author | Michael Adam <obnox@samba.org> | 2008-11-30 22:57:41 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-12-01 04:37:23 +0100 |
commit | 09d05bcffe9553d28876daed86ea0761f2506997 (patch) | |
tree | 3dde92a6207888be719cc5908b45d909e6e94bf4 /source3/winbindd/nss_info.c | |
parent | 1048c2ccbea1ce76719a6ac320ec9104e896db8f (diff) | |
download | samba-09d05bcffe9553d28876daed86ea0761f2506997.tar.gz |
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.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/winbindd/nss_info.c b/source3/winbindd/nss_info.c index 7df1eeeb010..245274b238e 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 )); |