From: James Groffen Date: Fri, 8 Jan 2016 06:31:50 +0000 (+1030) Subject: Add option to not send a Negotiate headers X-Git-Tag: v1.3.2~2 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=commitdiff_plain;h=f9cc36700c95a88ff7d7489167094556ac0e75cc;hp=f9cc36700c95a88ff7d7489167094556ac0e75cc Add option to not send a Negotiate headers If negotiation was attempted but failed do not send a new Negotiate header. Useful when only one single sign on mechanism is allowed and to avoid misleading login prompts in some browsers. Added a test of the GssapiDontReauth option to the test suite. Also added SPNEGO no auth test. [SS: reworded and fixed commit subject/comment] [SS: fixed whitespace errors and 80 column wrappings] Reviewed-by: Simo Sorce Close #65 ---