Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 573638 - net-proxy/squid-3.5.12: Could not parse "SID" into seperate domain/name parts!
Summary: net-proxy/squid-3.5.12: Could not parse "SID" into seperate domain/name parts!
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Eray Aslan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-02 06:28 UTC by tazinblack
Modified: 2019-02-04 06:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge_info.txt,5.05 KB, text/plain)
2016-02-02 06:28 UTC, tazinblack
Details

Note You need to log in before you can comment on or make changes to this bug.
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.