summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorSamuel Cabrero <scabrero@samba.org>2022-02-28 17:16:23 +0100
committerJeremy Allison <jra@samba.org>2022-05-19 17:51:33 +0000
commite9286b06cf807bc6e308aa1398c03588d00dc2f5 (patch)
treeaf47d06a4b599dfd62fc93d4f9f9c8f8227db1e3 /nsswitch
parent39005d4437d57602aca88e51387d69a0480e4972 (diff)
downloadsamba-e9286b06cf807bc6e308aa1398c03588d00dc2f5.tar.gz
s3:winbind: Convert InitConnection from struct based to NDR based
Signed-off-by: Samuel Cabrero <scabrero@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/winbind_struct_protocol.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/nsswitch/winbind_struct_protocol.h b/nsswitch/winbind_struct_protocol.h
index ac0558c87c5..9365b312e30 100644
--- a/nsswitch/winbind_struct_protocol.h
+++ b/nsswitch/winbind_struct_protocol.h
@@ -62,6 +62,7 @@ typedef char fstring[FSTRING_LEN];
* 30: added "validation_level" and "info6" to response.data.auth
* 31: added "client_name" to the request
* 32: added "traceid" to the request
+ * removed WINBINDD_INIT_CONNECTION
*/
#define WINBIND_INTERFACE_VERSION 32
@@ -164,9 +165,6 @@ enum winbindd_cmd {
/* lookup local groups */
WINBINDD_GETSIDALIASES,
- /* Initialize connection in a child */
- WINBINDD_INIT_CONNECTION,
-
/* Blocking calls that are not allowed on the main winbind pipe, only
* between parent and children */
WINBINDD_DUAL_SID2UID,