We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bae0b8 commit 8ee3f98Copy full SHA for 8ee3f98
1 file changed
cups/auth.c
@@ -153,7 +153,7 @@ cupsDoAuthentication(
153
DEBUG_printf("2cupsDoAuthentication: Trying scheme \"%s\"...", scheme);
154
155
#ifdef HAVE_GSSAPI
156
- if (!_cups_strcasecmp(scheme, "Negotiate") && !httpAddrIsLocalhost(httpGetAddress(http)))
+ if (!_cups_strcasecmp(scheme, "Negotiate") && httpAddrGetFamily(httpGetAddress(http)) != AF_LOCAL)
157
{
158
// Kerberos authentication to remote server...
159
int gss_status; // Auth status
0 commit comments