Feature #3578135: Support Kerberos for HTTP(S) authentication w/o SSPI
commit5f25b5477a032c124c630fbe0856fd3716e51da2
authorStefan Becker <chemobejk@gmail.com>
Sun, 17 Feb 2013 14:40:04 +0000 (17 16:40 +0200)
committerStefan Becker <chemobejk@gmail.com>
Sun, 17 Feb 2013 14:40:04 +0000 (17 16:40 +0200)
tree109d018f3748159bef25685e84dbcb233ee7584b
parent7e6b02b7298e13a7d32fa0f4b32479dfac573a80
Feature #3578135: Support Kerberos for HTTP(S) authentication w/o SSPI

It turned out that everything was already in place. After removing
http_conn_auth.use_negiotiate and internalizing that decision to
http-conn.c everything else fell neatly into place.

Now SIPE automatically uses Kerberos authentication for HTTP(S)
connections when Kerberos support is compiled in and the user has
selected Kerberos as authentication scheme in the account settings.
src/core/http-conn.c
src/core/http-conn.h
src/core/sipe-cal.c