diff options
author | Volker Lendecke <vl@samba.org> | 2009-07-28 15:06:11 -0400 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-05 03:21:19 -0400 |
commit | 6cf3db91499ebd245b08997a319edf36cfee3365 (patch) | |
tree | a7355f3e0b25e2a13964b7500c77980e94cf2373 /source3/winbindd/winbindd_locator.c | |
parent | ddd13c6816e7d289406948fe2f68db1aba7669d3 (diff) | |
download | samba-6cf3db91499ebd245b08997a319edf36cfee3365.tar.gz |
s3:winbind: Add NDR-based parent-child communication to winbind
Diffstat (limited to 'source3/winbindd/winbindd_locator.c')
-rw-r--r-- | source3/winbindd/winbindd_locator.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_locator.c b/source3/winbindd/winbindd_locator.c index 43dadfae295..b35d8dcf545 100644 --- a/source3/winbindd/winbindd_locator.c +++ b/source3/winbindd/winbindd_locator.c @@ -165,6 +165,10 @@ static const struct winbindd_child_dispatch_table locator_dispatch_table[] = { .struct_cmd = WINBINDD_DSGETDCNAME, .struct_fn = dual_dsgetdcname, },{ + .name = "NDRCMD", + .struct_cmd = WINBINDD_DUAL_NDRCMD, + .struct_fn = winbindd_dual_ndrcmd, + },{ .name = NULL, } }; |