Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 573638

Summary: net-proxy/squid-3.5.12: Could not parse "SID" into seperate domain/name parts!
Product: Gentoo Linux Reporter: tazinblack <verbeamt>
Component: Current packagesAssignee: Eray Aslan <eras>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

Description tazinblack 2016-02-02 06:28:46 UTC
Created attachment 424444 [details]
emerge --info

After upgrading squid from 3.4.11 it looks like the ntlm_auth with --require-membership does not work anymore:
 
I have this in squid.conf:

auth_param basic program /usr/bin/ntlm_auth --require-membership-of="SID" --helper-protocol=squid-2.5-basic

and see that in cache.log:
Could not parse "SID" into seperate domain/name parts!

Also using DOMAIN\group od DOMAIN\\group does not work.

Invoking ntlm_auth by hand is still working:
ntlm_auth --require-membership-of="SID" --username=myuser --domain=mydomain
password: 
NT_STATUS_OK: Success (0x0)

So looks like a bug for me.
Comment 1 tazinblack 2016-02-02 06:32:31 UTC
After downgrading to 3.5.6 I see the same behaviour. It is also not working.
Comment 2 Amos Jeffries 2016-04-12 07:46:39 UTC
This appears to be a Samba bug. The Samba ntlm_auth helper is not part of Squid.
Comment 3 Eray Aslan gentoo-dev 2019-02-04 06:13:17 UTC
Closing.  reopen (as samba bug?) if needed.