From b729092c0fb9f7313bfe8c6898940cf97910f218 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Jun 2012 18:43:31 +0200 Subject: reorg repo --- authnz_external.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 authnz_external.conf (limited to 'authnz_external.conf') diff --git a/authnz_external.conf b/authnz_external.conf new file mode 100644 index 0000000..0b8a017 --- /dev/null +++ b/authnz_external.conf @@ -0,0 +1,21 @@ + +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 +# + +# +# +# # Require SSL connection for password protection. +# SSLRequireSSL +# +# AuthType Basic +# AuthName "Staff content" +# AuthBasicProvider external +# AuthExternal pwauth +# require valid-user +# +# -- cgit