summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-01-10 10:23:54 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-01-10 10:23:54 +0000
commitcf00e41421793d042f24d0b0ecf47237a3cfc7c2 (patch)
tree89a8d82ec580aa5ba670dc933388682a95239a2a /source3/nsswitch/winbindd.c
parent692215e4858cb4ac14af58f7e9422c2b15c999b4 (diff)
downloadsamba-cf00e41421793d042f24d0b0ecf47237a3cfc7c2.tar.gz
samba-cf00e41421793d042f24d0b0ecf47237a3cfc7c2.tar.bz2
samba-cf00e41421793d042f24d0b0ecf47237a3cfc7c2.zip
This changes the winbind protcol a bit:
It adds a 'ping' request, just to check winbind is in fact alive It also changes winbindd_pam_auth_crap to take usernames and domain seperatly. (backward incompatible change, needs merge to 2.2, but this is not yet released code, so no workarounds) Finally, it adds some debugs and fixes a few memory leaks (uses talloc to do it). Andrew Bartlett (This used to be commit 6df29bfe335144a968f5367f624ef2b4cf9e69b0)
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 7da20d8b01..631b71961d 100644
--- a/source3/nsswitch/winbindd.c
+++ b/source3/nsswitch/winbindd.c
@@ -329,6 +329,7 @@ static struct dispatch_table dispatch_table[] = {
/* Miscellaneous */
{ WINBINDD_CHECK_MACHACC, winbindd_check_machine_acct, "CHECK_MACHACC" },
+ { WINBINDD_PING, winbindd_ping, "PING" },
/* End of list */