add NDR_WINBIND_PING to the locator and idmap child tables
authorStefan Metzmacher <metze@sernet.de>
Wed, 12 Dec 2007 18:35:22 +0000 (19:35 +0100)
committerStefan Metzmacher <metze@sernet.de>
Fri, 2 May 2008 14:12:48 +0000 (16:12 +0200)
metze

source/winbindd/winbindd_idmap.c
source/winbindd/winbindd_locator.c

index 522920d94af10d621cbc38ae4a6663eb8ea99f1c..ea470552c1a164db03c240ef6078d450bd53b8d9 100644 (file)
@@ -627,6 +627,10 @@ nomem:
 
 static const struct winbindd_child_dispatch_table idmap_dispatch_table[] = {
        {
+               .name           = "NDR_WINBIND_PING",
+               .ndr_opnum      = NDR_WINBIND_PING,
+               .ndr_fn         = winbindd_ndr_child_ping,
+       },{
                .name           = "NDR_WINBIND_GET_IDMAP",
                .ndr_opnum      = NDR_WINBIND_GET_IDMAP,
                .ndr_fn         = winbindd_ndr_child_get_idmap,
index 009fd64421533cd69f068b16c3bbcf9b842a33bc..32c1f6c9f9140c5d93455e96652a2d77b9dd02aa 100644 (file)
@@ -156,6 +156,10 @@ void winbindd_ndr_locator_child_get_dc_info(struct winbindd_domain *domain,
 
 static const struct winbindd_child_dispatch_table locator_dispatch_table[] = {
        {
+               .name           = "NDR_WINBIND_PING",
+               .ndr_opnum      = NDR_WINBIND_PING,
+               .ndr_fn         = winbindd_ndr_child_ping,
+       },{
                .name           = "NDR_WINBIND_GET_DC_INFO",
                .ndr_opnum      = NDR_WINBIND_GET_DC_INFO,
                .ndr_fn         = winbindd_ndr_locator_child_get_dc_info,