Skip to content

Commit

Permalink
file_server: use embedded ntsvcs server
Browse files Browse the repository at this point in the history
  • Loading branch information
abartlet committed May 1, 2012
1 parent cb5c456 commit c3be524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions file_server/file_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ static const char *generate_smb_conf(struct task_server *task)
fdprintf(fd, "rpc_server:default = external\n");
fdprintf(fd, "rpc_server:svcctl = embedded\n");
fdprintf(fd, "rpc_server:eventlog = embedded\n");
fdprintf(fd, "rpc_server:ntsvcs = embedded\n");
fdprintf(fd, "rpc_server:spoolss = embedded\n");
fdprintf(fd, "rpc_daemon:spoolssd = disabled\n");
fdprintf(fd, "rpc_server:tcpip = no\n");
Expand Down

0 comments on commit c3be524

Please sign in to comment.