summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-05-16 17:40:43 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-05-23 09:41:17 +0000
commit6bbdf69e406916107400e2cabdbc831e2a2bbee3 (patch)
treed7272b76525c8cdc0acbac05595632411d0b55d3 /source3/wscript_build
parentbe596ce3d2455bd49a8ebd311d8c764c37852858 (diff)
downloadsamba-6bbdf69e406916107400e2cabdbc831e2a2bbee3.tar.gz
s3:smbspool: Fallback to default ccache if KRB5CCNAME is not set
This could also support the new KCM credential cache storage. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13939 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 3a19fd3517c..7c8c98c5d9d 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1134,6 +1134,7 @@ bld.SAMBA3_BINARY('smbspool_krb5_wrapper',
deps='''
DYNCONFIG
cups
+ krb5
''',
install_path='${LIBEXECDIR}/samba',
enabled=bld.CONFIG_SET('HAVE_CUPS'))