s3:winbindd: pass a NULL ccache to kerberos_return_pac() for a MEMORY ccache
authorStefan Metzmacher <metze@samba.org>
Wed, 28 Feb 2024 16:28:43 +0000 (17:28 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 7 May 2024 11:30:33 +0000 (11:30 +0000)
commite6c693b705686a590d2fa8f434ff015d8926a349
tree71e750872f88c8aaee044d880188611031ae5f8c
parent147565232dc7cc3127e09268000723c5a3eea62b
s3:winbindd: pass a NULL ccache to kerberos_return_pac() for a MEMORY ccache

It means kerberos_return_pac() will use smb_krb5_cc_new_unique_memory().

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/winbindd/winbindd_pam.c