]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
eppendorf modify webauth from digest to basic
authorAndreas Gerstenberg <gerstenberg@pixelpark.com>
Tue, 15 May 2018 07:32:52 +0000 (09:32 +0200)
committerAndreas Gerstenberg <gerstenberg@pixelpark.com>
Tue, 15 May 2018 07:32:52 +0000 (09:32 +0200)
customer/eppendorf/dev-eppen-01-hy01.pixelpark.net.yaml

index 1efbeea7a3544fd02854bea07c4813ec4228264a..48c8a0de9cdddac55e0500769fe961600f041cf0 100644 (file)
@@ -52,13 +52,20 @@ infra::profile::apache::pp_vhosts:
         ssl_options:
           - '+StdEnvVars'
 
+#      - provider: location
+#        path: '/'
+#        auth_type: Digest
+#        auth_name: server
+#        auth_digest_provider: file
+#        auth_digest_algorithm: MD5
+#        auth_user_file: '/etc/httpd/htdigest'
+#        auth_require: 'valid-user'
+
       - provider: location
         path: '/'
-        auth_type: Digest
+        auth_type: Basic
         auth_name: server
-        auth_digest_provider: file
-        auth_digest_algorithm: MD5
-        auth_user_file: '/etc/httpd/htdigest'
+        auth_user_file: '/etc/httpd/htpasswd'
         auth_require: 'valid-user'
 
       - provider: location