From 09d05bcffe9553d28876daed86ea0761f2506997 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 30 Nov 2008 22:57:41 +0100 Subject: s3:winbindd/nss_info: add entry debug message to nss_get_info() Michael --- source3/winbindd/nss_info.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3') 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 )); -- cgit