diff options
author | Isaac Boukris <iboukris@gmail.com> | 2020-09-17 11:12:53 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2021-07-14 21:06:36 +0000 |
commit | 17c86a2c5a5a5e2b194362e5f36f0f99910222c5 (patch) | |
tree | 7019cf6e6130bc38c46b757122adb1eb6f3b878f /librpc | |
parent | 9f632405032b2c6ebbe6ed205fd301a31c2910d5 (diff) | |
download | samba-17c86a2c5a5a5e2b194362e5f36f0f99910222c5.tar.gz |
s3:winbind: Get rid of the winbind dc-connect child
The new code uses PING_DC to tell the child to try to go online.
Pair-Programmed-With: Andreas Schneider <asn@samba.org>
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Andreas Schneider <asn@samba.org>
Signed-off-by: Isaac Boukris <iboukris@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/messaging.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/librpc/idl/messaging.idl b/librpc/idl/messaging.idl index a2070e27b46..61566919446 100644 --- a/librpc/idl/messaging.idl +++ b/librpc/idl/messaging.idl @@ -122,8 +122,7 @@ interface messaging MSG_WINBIND_ONLINE = 0x0403, MSG_WINBIND_OFFLINE = 0x0404, MSG_WINBIND_ONLINESTATUS = 0x0405, - MSG_WINBIND_TRY_TO_GO_ONLINE = 0x0406, - MSG_WINBIND_FAILED_TO_GO_ONLINE = 0x0407, + MSG_WINBIND_VALIDATE_CACHE = 0x0408, MSG_WINBIND_DUMP_DOMAIN_LIST = 0x0409, MSG_WINBIND_IP_DROPPED = 0x040A, |