From: Michael Adam Date: Sun, 30 Nov 2008 21:57:41 +0000 (+0100) Subject: s3:winbindd/nss_info: add entry debug message to nss_get_info() X-Git-Tag: samba-4.0.0alpha6~480^2~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09d05bcffe9553d28876daed86ea0761f2506997;p=thirdparty%2Fsamba.git s3:winbindd/nss_info: add entry debug message to nss_get_info() Michael --- 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 ));