file_server: Fix spoolss support with s3fs.

Andrew Bartlett abartlet at samba.org
Thu Aug 30 16:15:29 MDT 2012


On Thu, 2012-08-30 at 17:18 +0200, Andreas Schneider wrote:
> The branch, master has been updated
>        via  4612092 selftest: Remove spoolss tests from knownfail.
>        via  20cfa38 selftest: Add missing printing options for plugin_s4_dc.
>        via  fb917eb file_server: Fix spoolss support with s3fs.
>        via  bf36462 selftest: Define the log directory for s3fs.
>       from  5131359 auth/credentials: Support match-by-key in cli_credentials_get_server_gss_creds()
> 
> http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
> 
> 
> - Log -----------------------------------------------------------------
> commit 461209255d08a19c6e8b038c05251a0e9567298f
> Author: Andreas Schneider <asn at samba.org>
> Date:   Thu Aug 30 13:55:17 2012 +0200
> 
>     selftest: Remove spoolss tests from knownfail.
>     
>     Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
>     Autobuild-Date(master): Thu Aug 30 17:17:55 CEST 2012 on sn-devel-104
> 
> commit 20cfa38b9deb0e455e112e76c6c7174aca6233a8
> Author: Andreas Schneider <asn at samba.org>
> Date:   Thu Aug 30 14:09:49 2012 +0200
> 
>     selftest: Add missing printing options for plugin_s4_dc.

> diff --git a/file_server/file_server.c b/file_server/file_server.c
> index b6f7382..a3efcb2 100644
> --- a/file_server/file_server.c
> +++ b/file_server/file_server.c
> @@ -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");

Thank you so very much for putting the time into that.  I feel silly for
not finding/fixing that much, but it is great to have printing support
on the AD DC working!

Andrew Bartlett

-- 
Andrew Bartlett                                http://samba.org/~abartlet/
Authentication Developer, Samba Team           http://samba.org



More information about the samba-technical mailing list