1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/client
Justin Stephenson 89a8b3ecd4 s3:client: Add --quiet option to smbclient
Add quiet command-line argument to allow suppressing the help log
message printed automatically after establishing a smbclient connection

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13485

Signed-off-by: Justin Stephenson <jstephen@redhat.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Björn Baumbach <bb@sernet.de>
2018-06-26 17:43:25 +02:00
..
client_proto.h s3: client: Add new utility function client_clean_name(). 2017-10-24 19:35:08 +02:00
client.c s3:client: Add --quiet option to smbclient 2018-06-26 17:43:25 +02:00
clitar_proto.h
clitar.c build: Make --with-libarchive the default 2018-05-15 03:36:08 +02:00
dnsbrowse.c client: Fix parameter mixup 2015-12-02 21:01:14 +01:00
README.smbspool s3-client: Add a KRB5 wrapper for smbspool 2016-01-25 19:58:46 +01:00
smbspool_krb5_wrapper.c smbspool_krb5_wrapper: fix some error messages 2017-11-22 10:20:21 +01:00
smbspool.c s3:smbspool: Fix cmdline argument handling 2018-05-03 16:33:54 +02:00
tree.c Convert all uint32/16/8 to _t in source3/client. 2015-05-13 19:11:23 +02:00

smbspool
=========

smbspool is a very small print spooling program that sends a print file to an
SMB printer. The command-line arguments are position-dependent for
compatibility with the CUPS.

For printing support with Kerberos, CUPS 1.5+ needs a wrapper for the backend
which sets the correct location of the Kerberos credential cache.

smbspool_krb5_wrapper
======================

This tool can be used to print using Kerberos credentials. To get this working
smbspool_krb5_wrapper needs to be the smb backend of CUPS. It needs to be owned
by root and the permissions for the binary need to be 0700. Once
smbspool_krb5_wrapper switched to the user trying to print it executes smbspool.