mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
6dc14b0a5d
To do this we must get the ncacn_ip_tcp listener to split out (for example) netlogon onto a distinct port, so we change the registration code to split up each ncacn_ip_tcp registration to create a new interface for indicated services. The new option "rpc server port" allows control of the default port and "rpc server port:netlogon" (also valid for any other pipe from the IDL name) allows us to both work around limitations in socket_wrapper against double-binding and allows specification of the port by the administrator. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>