s4/server: stop suggesting ntvfs in error message
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Tue, 16 Aug 2022 22:12:28 +0000 (10:12 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 16 Sep 2022 05:46:35 +0000 (05:46 +0000)
I am not sure about the rpc proxy.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/samba/server.c

index 21a1d71b2838fd0090e6f5ebba655d132466c2ea..aeb441c21a07d9a58ef45b948cb4a5ab4faa51f8 100644 (file)
@@ -851,8 +851,7 @@ static int binary_smbd_main(TALLOC_CTX *mem_ctx,
                DEBUG(0, ("At this time the 'samba' binary should only be used "
                        "for either:\n"));
                DEBUGADD(0, ("'server role = active directory domain "
-                       "controller' or to access the ntvfs file server "
-                       "with 'server services = +smb' or the rpc proxy "
+                       "controller' or the rpc proxy "
                        "with 'dcerpc endpoint servers = remote'\n"));
                DEBUGADD(0, ("You should start smbd/nmbd/winbindd instead for "
                        "domain member and standalone file server tasks\n"));