s3:winbind: Create a binding handle for each child
authorSamuel Cabrero <scabrero@samba.org>
Thu, 3 Jun 2021 18:05:48 +0000 (20:05 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 19 May 2022 17:51:33 +0000 (17:51 +0000)
commit39005d4437d57602aca88e51387d69a0480e4972
tree540a4272a397b013935bd5aff1ffd075ab3e8e8d
parent5827a4f9ae113414dc85621c09215163064b5c71
s3:winbind: Create a binding handle for each child

Next commits will convert InitConnection from struct based to NDR based
and this call will be directly issued to a domain child so create a 'wbint'
binding handle for domain childs too.

Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/winbindd/winbindd_dual.c