Fix connection/session bound auth
authorIsaac Boukris <iboukris@gmail.com>
Sun, 14 Jun 2015 19:57:26 +0000 (22:57 +0300)
committerSimo Sorce <simo@redhat.com>
Sun, 14 Jun 2015 21:49:49 +0000 (17:49 -0400)
commit5cd4e8a90f3db84e57a25570ffdfeaffcf908b6c
treec5fbadd03d875b50cdb9551703c7333ccd8f9c3b
parent8c089a89fae54236c7e05c8e153ecf1a75e27bbf
Fix connection/session bound auth

A previous commit mistakenly removed the jump to the end with a successful
error.
Example scenario that is fixed with this patch:
$ curl -v -u usera:passa http://myhost/ http://myhost/ --ntlm

Reviewed-by: Simo Sorce <simo@redhat.com>
src/mod_auth_gssapi.c