Skip to content

lha/mod_spnego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

HTTP Negotiate support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published