Sophie

Sophie

distrib > Fedora > 16 > x86_64 > by-pkgid > 3e1d6cfc2b0f04ee30bd6f8ec3f3c0b3 > files > 1

mod_authnz_external-3.2.6-1.fc16.src.rpm


LoadModule authnz_external_module modules/mod_authnz_external.so

DefineExternalAuth pwauth pipe /usr/bin/pwauth

#
# see also: http://code.google.com/p/mod-auth-external/wiki/ConfigApache22
#

#<Location "/staff">
#
#	# Require SSL connection for password protection.
#	SSLRequireSSL
#
#	AuthType Basic
#	AuthName "Staff content"
#	AuthBasicProvider external
#	AuthExternal pwauth
#	require valid-user
#
#</Location>