Files @ 117d5a1ff641
Branch filter:

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

binki
dev-libs/libxml: removed, libxml2 has superceded it long ago
<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>