1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/client
Jeremy Allison 8448dcaa8d s3: client: Rename <oldname> to <link_target> in cmd_symlink() and cli_posix_symlink().
Stops us from mixing up the old and new names. Only behavior change
is correcting the names printed in the error messages.

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

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
2017-11-30 15:30:23 +01: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: Rename <oldname> to <link_target> in cmd_symlink() and cli_posix_symlink(). 2017-11-30 15:30:23 +01:00
clitar_proto.h
clitar.c s3: smbclient: Ensure we call client_clean_name() before all operations on remote pathnames. 2017-10-24 19:35:08 +02:00
dnsbrowse.c
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:client: Only use kerberos if credential cache exists in smbspool 2017-07-25 09:14:19 +02:00
tree.c

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.