summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/winbindd_nss.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-06-30 06:48:47 +0000
committerTim Potter <tpot@samba.org>2000-06-30 06:48:47 +0000
commitb46fc0ed040ff24bb4e348904fdb0e9788364837 (patch)
tree7354b51fab2ac11bedde79276de5c67cd3738181 /source/nsswitch/winbindd_nss.h
parent8de200ecbcc3b5b257354a8f51ebefad4cabdb73 (diff)
downloadsamba-b46fc0ed040ff24bb4e348904fdb0e9788364837.tar.gz
samba-b46fc0ed040ff24bb4e348904fdb0e9788364837.tar.xz
samba-b46fc0ed040ff24bb4e348904fdb0e9788364837.zip
Merge from TNG.
Diffstat (limited to 'source/nsswitch/winbindd_nss.h')
-rw-r--r--source/nsswitch/winbindd_nss.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/nsswitch/winbindd_nss.h b/source/nsswitch/winbindd_nss.h
index 82f55661e99..a70c533ad2a 100644
--- a/source/nsswitch/winbindd_nss.h
+++ b/source/nsswitch/winbindd_nss.h
@@ -104,6 +104,7 @@ struct winbindd_request {
} chauthtok; /* pam_winbind passwd module */
fstring sid; /* lookupsid, sid_to_[ug]id */
fstring name; /* lookupname */
+ uint32 num_entries; /* getpwent, getgrent */
} data;
fstring domain; /* {set,get,end}{pw,gr}ent() */
};
@@ -128,7 +129,7 @@ struct winbindd_response {
union {
- /* getpwnam, getpwuid, getpwent */
+ /* getpwnam, getpwuid */
struct winbindd_pw {
fstring pw_name;
@@ -141,7 +142,7 @@ struct winbindd_response {
int pwent_ndx;
} pw;
- /* getgrnam, getgrgid, getgrent */
+ /* getgrnam, getgrgid */
struct winbindd_gr {
fstring gr_name;
@@ -151,6 +152,7 @@ struct winbindd_response {
int grent_ndx;
} gr;
+ uint32 num_entries; /* getpwent, getgrent */
fstring sid; /* lookupname, [ug]id_to_sid */
struct {
fstring name; /* lookupsid */