1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/client
Stefan Metzmacher 1275e77933 s3:client: avoid cli_credentials_get_password() to check for a specified password
Using cli_credentials_get_password_obtained() is more lightweight as
it avoids a possible password prompt.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
2024-05-07 11:30:33 +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: avoid cli_credentials_get_password() to check for a specified password 2024-05-07 11:30:33 +00:00
clitar_proto.h
clitar.c lib: Give lib/util/util_file.c its own header file 2024-04-16 23:51:45 +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:client: Correctly call setgroups() (CID 1449449) 2023-10-13 02:18:31 +00:00
smbspool.c s3:libsmb: Pass a memory context to cli_start_connection() 2024-04-29 08:43:32 +00: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.