Re: [Evolution] EWS NTLM auth not working

2018-02-19 Thread j2ev
Hello Milan, yes, of course, that was also my plan, I just needed to make a final touch. Originally, I wanted to ask in libsoup mailing list if someone would take a look. But since you proposed to file it as a bug report, I did. I created a new bug report: Bug 793613 - NTLMv2 responses support

Re: [Evolution] EWS NTLM auth not working

2018-02-19 Thread Milan Crha
On Sun, 2018-02-18 at 09:23 +0100, j2ev wrote: > Anyway, I made some more progress also. I tried to make na > implementation of NTLMv2 in libsoup and was able to successfully > authenticate against our "Send NTLMv2 response only. Refuse LM & > NTLM" enabled server (domain). So it seems I was

Re: [Evolution] EWS NTLM auth not working

2018-02-18 Thread j2ev
Hello David, in my understanding, the process with libsoup and ntlm_auth when using NTLM auth is: - libsoup checks if ntlm_auth binary is present in the system - if ntlm_auth is present, it is called with parameters "--helper- protocol ntlmssp-client-1 --use-cached-creds --username (--domain)" -

Re: [Evolution] EWS NTLM auth not working

2018-02-15 Thread David Woodhouse
On Tue, 2018-02-06 at 22:06 +0100, j...@centrum.cz wrote: > Hello, >   > I spent a little more time investigating the issue. I took a look in > to the source code of libsoup and I think it calls winbind's > ntlm_auth binary without password with the --use-cached-creds option > only. And if that

Re: [Evolution] EWS NTLM auth not working

2018-02-06 Thread j2ev
Unfortunately not, because the server allows NTLM and Kerberos only. __ Od: MayDay Computers <maydaycomput...@gmail.com> Komu: Datum: 06.02.2018 22:22 Předmět: Re: [Evolution] EWS NTLM auth not working CC: <evolution-list@

Re: [Evolution] EWS NTLM auth not working

2018-02-06 Thread MayDay Computers
__ >> Od: <j...@centrum.cz> >> Komu: <evolution-list@gnome.org> >> Datum: 21.10.2017 16:47 >> Předmět: Re: [Evolution] EWS NTLM auth not working >> > > Hello, > > > > in case some other desperate so

Re: [Evolution] EWS NTLM auth not working

2018-02-06 Thread j2ev
t;j...@centrum.cz> Komu: <evolution-list@gnome.org> Datum: 21.10.2017 16:47 Předmět: Re: [Evolution] EWS NTLM auth not working Hello,   in case some other desperate soul crosses over this topic, I still wasn't able to resolve this issue. It just looks Evolution / libsoup / ntlm_auth is n

Re: [Evolution] EWS NTLM auth not working

2017-10-22 Thread j2ev
.   j2ev     __ Od: <j...@centrum.cz> Komu: <evolution-list@gnome.org> Datum: 03.07.2017 19:22 Předmět: Re: [Evolution] EWS NTLM auth not working Hi Milan,   thanks for your input. Yes, I do have ntlm_auth binary. But I've a

Re: [Evolution] EWS NTLM auth not working

2017-07-04 Thread j2ev
Hi Milan,   thanks for your input. Yes, I do have ntlm_auth binary. But I've already tried to rename it, even purge winbind from the system, which provides it. The behavior was still the same. Well, I will try libsoup list then.   Thanks     Hi,> does your system contain>

Re: [Evolution] EWS NTLM auth not working

2017-07-03 Thread Milan Crha
On Sun, 2017-07-02 at 14:40 +0200, j...@centrum.cz wrote: > ever since we forced the use of NTLMv2 in our domain, NTLM auth in > Evolution EWS fails. I am able to successfully authenticate through > browser and even curl with use of NTLM against the webservice. > Keberos auth works also. Could