Files @ 8008ec20b9c5
Branch filter:

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

binki
dev-util/jsmin: Use dobin instead of doexe so that jsmin gets intalled into ${PATH}. Also, added ~amd64-linux KEYWORD as was tested on ubuntu64.

(Portage version: 2.2_rc88-r1/hg/Linux x86_64, signed Manifest commit)
<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>