summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-11-25 23:24:14 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-11-25 23:24:14 +0000
commit3f0d0002ae4a5351ee01fcb6c0bb81b98273fac0 (patch)
treed0cfa581fc99f07f010b8636f9cd79f8cffb8d55 /source3/nsswitch/winbindd.c
parent8beace344c349ffdf4f1e1977723700ece9b7e6d (diff)
downloadsamba-3f0d0002ae4a5351ee01fcb6c0bb81b98273fac0.tar.gz
samba-3f0d0002ae4a5351ee01fcb6c0bb81b98273fac0.tar.bz2
samba-3f0d0002ae4a5351ee01fcb6c0bb81b98273fac0.zip
Add a comment, and a useful debug message.
(This used to be commit df14b0af31863680218b06ae9de2f010a38fba6e)
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r--source3/nsswitch/winbindd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c
index bf83867e81..74df934ca2 100644
--- a/source3/nsswitch/winbindd.c
+++ b/source3/nsswitch/winbindd.c
@@ -723,6 +723,7 @@ static void process_loop(void)
&& *(uint32 *) &state->request != sizeof(state->request)) {
DEBUG(0,("process_loop: Invalid request size from pid %lu: %d bytes sent, should be %ld\n",
(unsigned long)state->request.pid, *(uint32 *) &state->request, (unsigned long)sizeof(state->request)));
+ DEBUGADD(0, ("This usually means that you are running old wbinfo, pam_winbind or libnss_winbind clients\n"));
remove_client(state);
break;