diff options
author | Volker Lendecke <vl@samba.org> | 2010-04-03 14:16:19 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-04-19 14:27:18 +0200 |
commit | cafba3d7a772385da36f7571690ba2ce2262cef5 (patch) | |
tree | e4a9e6a6fee0adc982d20ce5dc5f6dc78d89cd99 /nsswitch | |
parent | e80d0ecf8b716ddb1d5bdeeb641bfee10e35c345 (diff) | |
download | samba-cafba3d7a772385da36f7571690ba2ce2262cef5.tar.gz samba-cafba3d7a772385da36f7571690ba2ce2262cef5.tar.xz samba-cafba3d7a772385da36f7571690ba2ce2262cef5.zip |
winbindd: Fill in num_entries where available
The server implementation of WINBINDD_LIST_USERS, WINBINDD_LIST_GROUPS and
WINBINDD_LIST_TRUSTDOM knows the number of entries returned.
Bump up the version number so that a newer lib does not rely on something an
older winbind does not do.
Diffstat (limited to 'nsswitch')
-rw-r--r-- | nsswitch/winbind_struct_protocol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nsswitch/winbind_struct_protocol.h b/nsswitch/winbind_struct_protocol.h index 70fc477039..b0f99a30a5 100644 --- a/nsswitch/winbind_struct_protocol.h +++ b/nsswitch/winbind_struct_protocol.h @@ -50,8 +50,9 @@ typedef char fstring[FSTRING_LEN]; * 22: added WINBINDD_PING_DC * 23: added session_key to ccache_ntlm_auth response * added WINBINDD_CCACHE_SAVE + * 24: Fill in num_entries WINBINDD_LIST_USERS and WINBINDD_LIST_GROUPS */ -#define WINBIND_INTERFACE_VERSION 23 +#define WINBIND_INTERFACE_VERSION 24 /* Have to deal with time_t being 4 or 8 bytes due to structure alignment. On a 64bit Linux box, we have to support a constant structure size |