Files @ 475bd1a361e8
Branch filter:

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

binki
bumped to dev-embedded/phidget-2.1.5.20090105, created new files/phidget21-crosscompile.patch for this version, updated logic in dev-embedded/phidget's ebuilds
logic was changed in the all of the ebuilds - they are all identical except for which patches are referenced. Fixed references to things like make=>emake and calling java stuff when the java use-flag was disabled. The new files/phidget21-crosscompile.patch (files/phidget21-2.1.5.20090105.patch) was needed because the context of the diff against the Makefile changed.
<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>