]> git.ipfire.org Git - thirdparty/cups.git/commit
Try local kerberos ccache credentials only for remote servers
authorSamuel Cabrero <scabrero@suse.de>
Tue, 27 Oct 2020 15:23:30 +0000 (16:23 +0100)
committerSamuel Cabrero <scabrero@suse.de>
Tue, 27 Oct 2020 16:30:33 +0000 (17:30 +0100)
commitf629d079750a86b1b605c285f99c0dea3933ca50
treeed4120c88ae8c9a15f72e30fb925c2feae1c0729
parent61ad7780bc7d0593e3225d088ac6dff31badf801
Try local kerberos ccache credentials only for remote servers

If connecting to localhost then proceed to ask the client for the
authorization using cupsGetPassword2. The get password callback will
return 401 to the client with WWW-Authenticate: Negotiate.

Fixes: #5596
Signed-off-by: Samuel Cabrero <scabrero@suse.de>
cups/auth.c