1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

file_server: Fix spoolss support with s3fs.

This commit is contained in:
Andreas Schneider 2012-08-30 15:11:41 +02:00
parent bf36462555
commit fb917eba47

View File

@ -59,7 +59,7 @@ static const char *generate_smb_conf(struct task_server *task)
fdprintf(fd, "rpc_server:ntsvcs = embedded\n");
fdprintf(fd, "rpc_server:winreg = embedded\n");
fdprintf(fd, "rpc_server:spoolss = embedded\n");
fdprintf(fd, "rpc_daemon:spoolssd = disabled\n");
fdprintf(fd, "rpc_daemon:spoolssd = embedded\n");
fdprintf(fd, "rpc_server:tcpip = no\n");
fdprintf(fd, "map hidden = no\n");