From 0e14712813cadf2d19c0c0a40742aa37ae4f2643 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Fri, 8 Dec 2017 09:03:16 +0100 Subject: [PATCH] sirona-aem activate web_auth for author --- customer/sirona-aem/production.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/customer/sirona-aem/production.yaml b/customer/sirona-aem/production.yaml index 43a90941..887d7977 100644 --- a/customer/sirona-aem/production.yaml +++ b/customer/sirona-aem/production.yaml @@ -2088,16 +2088,16 @@ infra::profile::aem::author::pp_vhosts: options: - +Includes # htaccess - JIRA SIRONAMAIN-1199 -# - provider: location -# path: '/' -# auth_type: Digest -# auth_name: author -# auth_digest_provider: file -# auth_digest_algorithm: MD5 -# auth_user_file: '/etc/httpd/htdigest' -# auth_require: 'valid-user' -# require: -# - local + - provider: location + path: '/' + auth_type: Digest + auth_name: author + auth_digest_provider: file + auth_digest_algorithm: MD5 + auth_user_file: '/etc/httpd/htdigest' + auth_require: 'valid-user' + require: + - local sirona-author-linkshare: docroot: '/var/www' -- 2.39.5