View | Details | Raw Unified | Return to bug 47425
Collapse All | Expand All

(-)squid.conf (+2 lines)
 Lines 85-90    Link Here 
85
	print 'auth_param negotiate children %s' % configRegistry.get( 'squid/krb5auth/children', '10' )
85
	print 'auth_param negotiate children %s' % configRegistry.get( 'squid/krb5auth/children', '10' )
86
	if configRegistry.is_true('squid/krb5auth/keepalive'):
86
	if configRegistry.is_true('squid/krb5auth/keepalive'):
87
		print 'auth_param negotiate keep_alive on'
87
		print 'auth_param negotiate keep_alive on'
88
	else:
89
		print 'auth_param negotiate keep_alive off'
88
	print
90
	print
89
if configRegistry.is_true('squid/ntlmauth'):
91
if configRegistry.is_true('squid/ntlmauth'):
90
	authentication = True
92
	authentication = True

Return to bug 47425