diff options
author | Tim Potter <tpot@samba.org> | 2000-07-05 11:24:26 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-07-05 11:24:26 +0000 |
commit | e7b5aba7f14b3fa20c1890b11a8529aa8c87722c (patch) | |
tree | f3b8cd3f31546ac3c576d09067183b991578226c /source3/nsswitch/winbindd_nss.h | |
parent | 53e0629979e4196dfde1ccfe76616cab1d7e058e (diff) | |
download | samba-e7b5aba7f14b3fa20c1890b11a8529aa8c87722c.tar.gz samba-e7b5aba7f14b3fa20c1890b11a8529aa8c87722c.tar.xz 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.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h index a70c533ad2a..05906717bf6 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; |