diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-11-26 12:04:16 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-11-26 12:04:16 +0000 |
commit | 8963cf1e58f763ea499d9918b3438d5f25ff5ba3 (patch) | |
tree | da609743106f353d999225b612972f239d60d7d2 /source3/nsswitch/winbindd_nss.h | |
parent | 65643516d760c4e61ba6f4406f442f7e9bd10f2f (diff) | |
download | samba-8963cf1e58f763ea499d9918b3438d5f25ff5ba3.tar.gz samba-8963cf1e58f763ea499d9918b3438d5f25ff5ba3.tar.bz2 samba-8963cf1e58f763ea499d9918b3438d5f25ff5ba3.zip |
After consultation with tpot, remove the 'winbind_domain' environment
variable hack, the feild on the pipe, and the server-side.
It only controlled some enum operations in any case.
This is to try and have less 'magic' environment variables.
Andrew Bartlett
(This used to be commit e4be82e4e2c7cdf15f3e20f73fe9f281f6384423)
Diffstat (limited to 'source3/nsswitch/winbindd_nss.h')
-rw-r--r-- | source3/nsswitch/winbindd_nss.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h index 368bf10cea..5c2db2ac2c 100644 --- a/source3/nsswitch/winbindd_nss.h +++ b/source3/nsswitch/winbindd_nss.h @@ -36,7 +36,7 @@ /* Update this when you change the interface. */ -#define WINBIND_INTERFACE_VERSION 5 +#define WINBIND_INTERFACE_VERSION 6 /* Socket commands */ @@ -156,7 +156,7 @@ struct winbindd_request { } name; uint32 num_entries; /* getpwent, getgrent */ } data; - fstring domain; /* {set,get,end}{pw,gr}ent() */ + char null_term; }; /* Response values */ |