1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/client
Uri Simchoni 3ccb427ace smbclient: add -f option to rename command
This option causes the rename to request that the
destination file / directory be replaced if it exists.

Supported only in SMB2 and higher protocol.

Signed-off-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2017-03-28 17:45:19 +02:00
..
client_proto.h s3: smbclient: Move cmd_setmode out of clitar.c and back into client.c 2015-09-18 07:58:15 +02:00
client.c smbclient: add -f option to rename command 2017-03-28 17:45:19 +02:00
clitar_proto.h clitar: get tar context handle via helper function 2014-02-19 18:22:29 +01:00
clitar.c s3-client: Fix compiler errors when building with --address-sanitizer 2016-06-16 04:40:13 +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 Modify smbspool_krb5_wrapper to just fall through to smbspool if AUTH_INFO_REQUIRED is not set or is not "negotiate". 2017-02-17 04:27:26 +01:00
smbspool.c s3:client: don't use cli->use_kerberos && cli->got_kerberos_mechanism in smbspool.c 2017-01-27 08:09:15 +01: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.