Files @ 1fd908c64176
Branch filter:

Location: ohnobinki_overlay/www-apache/mod_auth_kerb/files/11_mod_auth_kerb.conf

binki
dev-dotnet/glade-sharp: removed unnecessary ebuild
<IfDefine AUTH_KERB>
	LoadModule auth_kerb_module    modules/mod_auth_kerb.so
</IfDefine>

<IfModule mod_auth_kerb.c>
	<Directory "/var/www/private">
		AuthType Kerberos
		AuthName "Kerberos Login"
		# See the INSTALL file about howto create the keytab
		Krb5Keytab conf/apache.keytab
		KrbAuthRealms EXAMPLE.COM
		Require valid-user
	</Directory>
</IfModule>