Skip to content

Commit

Permalink
file_server: use embedded eventlog server
Browse files Browse the repository at this point in the history
  • Loading branch information
abartlet committed May 1, 2012
1 parent f956f04 commit cb5c456
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 @@ -53,6 +53,7 @@ static const char *generate_smb_conf(struct task_server *task)
fdprintf(fd, "passdb backend = samba4\n");
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:spoolss = embedded\n");
fdprintf(fd, "rpc_daemon:spoolssd = disabled\n");
fdprintf(fd, "rpc_server:tcpip = no\n");
Expand Down

0 comments on commit cb5c456

Please sign in to comment.