summaryrefslogtreecommitdiff
path: root/source3/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
commit1230fe46ae8aad71b65adb716150a43aaa972fe4 (patch)
tree784b830bc61df2ac125412b61bf9875f68bfe423 /source3/nsswitch/winbindd_nss.h
parentf08e3c36b026e663527842001cf1b455a1ce2edb (diff)
downloadsamba-1230fe46ae8aad71b65adb716150a43aaa972fe4.tar.gz
samba-1230fe46ae8aad71b65adb716150a43aaa972fe4.tar.bz2
samba-1230fe46ae8aad71b65adb716150a43aaa972fe4.zip
Merge from TNG.
(This used to be commit b46fc0ed040ff24bb4e348904fdb0e9788364837)
Diffstat (limited to 'source3/nsswitch/winbindd_nss.h')
-rw-r--r--source3/nsswitch/winbindd_nss.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h
index 82f55661e9..a70c533ad2 100644
--- a/source3/nsswitch/winbindd_nss.h
+++ b/source3/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 */