summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_nss.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-01-04 11:51:31 +0000
committerVolker Lendecke <vlendec@samba.org>2004-01-04 11:51:31 +0000
commitfd35232584d34c3250094572393b3a64fc87cef9 (patch)
tree3c8d1747b1e32e6dd7b7896ed8ed3a252316338b /source3/nsswitch/winbindd_nss.h
parentcc02d8690c94620a4a026e70b70ae776c370f9f6 (diff)
downloadsamba-fd35232584d34c3250094572393b3a64fc87cef9.tar.gz
samba-fd35232584d34c3250094572393b3a64fc87cef9.tar.bz2
samba-fd35232584d34c3250094572393b3a64fc87cef9.zip
Commit the translation of the realm to the netbios domain name in the kerberos
session setup. After talking to jht and abartlet I made this unconditional, no additional parameter. Jerry: This is a change in behaviour, but I think it is necessary. Volker (This used to be commit 3ce6c9f27368cfb278007fe660a0e44a84d67f8f)
Diffstat (limited to 'source3/nsswitch/winbindd_nss.h')
-rw-r--r--source3/nsswitch/winbindd_nss.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h
index 77384a7748..0dd00e9b39 100644
--- a/source3/nsswitch/winbindd_nss.h
+++ b/source3/nsswitch/winbindd_nss.h
@@ -92,6 +92,9 @@ enum winbindd_cmd {
WINBINDD_INFO, /* Various bit of info. Currently just tidbits */
WINBINDD_DOMAIN_NAME, /* The domain this winbind server is a member of (lp_workgroup()) */
+ WINBINDD_DOMAIN_INFO, /* Most of what we know from
+ struct winbindd_domain */
+
WINBINDD_SHOW_SEQUENCE, /* display sequence numbers of domains */
/* WINS commands */
@@ -264,6 +267,14 @@ struct winbindd_response {
char first_8_lm_hash[8];
} auth;
uint32 rid; /* create user or group */
+ struct {
+ fstring name;
+ fstring alt_name;
+ fstring sid;
+ BOOL native_mode;
+ BOOL primary;
+ uint32 sequence_number;
+ } domain_info;
} data;
/* Variable length return data */