descriptionNegotiate module for apache2
ownerlha@kth.se
last changeFri, 14 Aug 2015 08:50:52 +0000 (14 10:50 +0200)
content tags
add:
README
Author

	Love Hörnquist Åstrand <lha@kth.se>

Sample configuration

	LoadModule spnego_module /usr/pkg/lib/httpd/mod_spnego.so

	<Directory "/my/spnego/dir">
		AuthType SPNEGO
		SPNEGOAuth On
		SPNEGOAuthSaveDelegatedCred On
		SPNEGOAuthKrb5AcceptorIdentity /etc/krb5.keytab.www
		SPNEGOUseDisplayName off
		Require valid-user
	</Directory>

Left todo

	autoconf all silly headerfiles (for krb5 functions)
shortlog
2015-08-14 Love Hörnquist... detect NTLM runtimemaster
2015-04-28 Love Hörnquist... Merge pull request #13 from michael-o/krb5-config-variable
2015-04-28 Love Hörnquist... Merge pull request #12 from michael-o/pretty-print
2014-09-11 Michael OsipovExternalize krb5-config path to a variable
2014-09-11 Michael OsipovReformat mod_spnego.c for improved readability
2014-08-03 Love Hörnquist... Merge pull request #9 from michael-o/ntlm-heimdal-only
2014-07-16 Michael OsipovEnable NTLM only if code is compiled against Heimdal.
2014-06-20 Love Hörnquist... Merge pull request #7 from michael-o/desc-improvements
2014-06-20 Michael OsipovImproved spelling and wording of descriptions and log...
2012-01-26 Love Hörnquist... Merge pull request #3 from petRUShka/master
2012-01-24 petRUShkaFix: make don't work on linux
2011-05-07 Love Hörnquist... switch to kth.se
2011-05-07 Love Hörnquist... fix compile warnings
2011-05-07 Love Hornquist... switch building envirment
2009-07-11 Love Hörnquist... ignore stuff
2009-07-11 Love Hörnquist... Store state in the connection, this make NTLM only...
...
heads
8 years ago master