summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_nss.h
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_nss.h
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_nss.h')
-rw-r--r--source3/nsswitch/winbindd_nss.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h
index 07c67dd558..4d836a21cf 100644
--- a/source3/nsswitch/winbindd_nss.h
+++ b/source3/nsswitch/winbindd_nss.h
@@ -83,6 +83,7 @@ enum winbindd_cmd {
/* Miscellaneous other stuff */
WINBINDD_CHECK_MACHACC, /* Check machine account pw works */
+ WINBINDD_PING, /* Just tell me winbind is running */
/* Placeholder for end of cmd list */
@@ -107,6 +108,7 @@ struct winbindd_request {
struct {
unsigned char chal[8];
fstring user;
+ fstring domain;
fstring lm_resp;
uint16 lm_resp_len;
fstring nt_resp;