summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_nss.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-07-05 11:24:26 +0000
committerTim Potter <tpot@samba.org>2000-07-05 11:24:26 +0000
commite7b5aba7f14b3fa20c1890b11a8529aa8c87722c (patch)
treef3b8cd3f31546ac3c576d09067183b991578226c /source3/nsswitch/winbindd_nss.h
parent53e0629979e4196dfde1ccfe76616cab1d7e058e (diff)
downloadsamba-e7b5aba7f14b3fa20c1890b11a8529aa8c87722c.tar.gz
samba-e7b5aba7f14b3fa20c1890b11a8529aa8c87722c.tar.bz2
samba-e7b5aba7f14b3fa20c1890b11a8529aa8c87722c.zip
Merge of wbinfo program from TNG.
(This used to be commit 659e4d88ff9dbf1fa9cd8904470c4a8d02d8674b)
Diffstat (limited to 'source3/nsswitch/winbindd_nss.h')
-rw-r--r--source3/nsswitch/winbindd_nss.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h
index a70c533ad2..05906717bf 100644
--- a/source3/nsswitch/winbindd_nss.h
+++ b/source3/nsswitch/winbindd_nss.h
@@ -153,7 +153,10 @@ struct winbindd_response {
} gr;
uint32 num_entries; /* getpwent, getgrent */
- fstring sid; /* lookupname, [ug]id_to_sid */
+ struct {
+ fstring sid; /* lookupname, [ug]id_to_sid */
+ int type;
+ } sid;
struct {
fstring name; /* lookupsid */
int type;