1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/client
Noel Power 94a94383bb s3/client: fix dfs deltree, resolve dfs path
since 4cc4938a28 do_list seems
to deal with non dfs root path, hence we need to resolve the
path before calling cli_unlink.

Also remove the knownfail

We additionally have to also remove the fallback to remove 'file3'
int the smbcacls_dfs_propagate_inherit.teardown as the deltree
that happens in the baseclass now succeeds.

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

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Jun 17 17:12:07 UTC 2022 on sn-devel-184

(cherry picked from commit 81fdcf95ae)

Autobuild-User(v4-16-test): Jule Anger <janger@samba.org>
Autobuild-Date(v4-16-test): Mon Jun 20 10:56:52 UTC 2022 on sn-devel-184
2022-06-20 10:56:52 +00:00
..
client_proto.h s3: client. Move to all 32-bit attributes in smbclient. 2020-06-04 17:11:39 +00:00
client.c s3/client: fix dfs deltree, resolve dfs path 2022-06-20 10:56:52 +00:00
clitar_proto.h clitar: get tar context handle via helper function 2014-02-19 18:22:29 +01:00
clitar.c clitar: restore mtime on files 2021-01-27 19:26:03 +00: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 s3: smbspool. Remove last use of 'extern char **environ;'. 2021-10-14 19:51:59 +00:00
smbspool.c s3:client: Remove unused smb encryption code 2020-08-19 16:22:42 +00: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.