s3:winbindd/nss_info: add entry debug message to nss_get_info()
authorMichael Adam <obnox@samba.org>
Sun, 30 Nov 2008 21:57:41 +0000 (22:57 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 1 Dec 2008 03:37:23 +0000 (04:37 +0100)
Michael

source3/winbindd/nss_info.c

index 7df1eeeb0103d4b12bd744801c0839e6f173e54b..245274b238eb915e48dc80725f436634ae0b2013 100644 (file)
@@ -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 ));