Hi there,
I would like to setup up SSO using auth_ntlm_winbind.
I have everything working (as far I can see).
However trying to access a site in apache produces an Authorization Required
error.
no matter whether I try IE7 or firefox.
/usr/bin/ntlm_auth --username=robert
[2009/03/05 20:04:26,  1] param/loadparm.c:set_server_role(7948)
  Server's Role (logon server) NOT ADVISED with domain-level security
password:
NT_STATUS_OK: Success (0x0)
and in apache I have:
    <Location />
        AuthName "NTLM Authentication thingy"
        NTLMAuth on
        NTLMAuthHelper "/usr/bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp"
        NTLMBasicAuthoritative off
        AuthType NTLM
        require valid-user
    </Location>
what Am I doing wrong ?
thanks for your help.
robert