Skip to content

Commit

Permalink
Change default authentication system from RbAcl to WebAC
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj authored and Andrew Woods committed Sep 30, 2015
1 parent 770e37b commit 982af09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_scripts/fedora4.sh
Expand Up @@ -11,10 +11,10 @@ if [ -f "$SHARED_DIR/install_scripts/config" ]; then
fi

if [ "${FEDORA_AUTH}" = "true" ] && [ "${FEDORA_AUDIT}" = "true" ]; then
WEBAPP="fcrepo-webapp-plus-rbacl-audit-${FEDORA_VERSION}.war"
WEBAPP="fcrepo-webapp-plus-webac-audit-${FEDORA_VERSION}.war"
RELEASES="https://github.com/fcrepo4-exts/fcrepo-webapp-plus/releases/download/fcrepo-webapp-plus-${FEDORA_TAG}"
elif [ "${FEDORA_AUTH}" = "true" ]; then
WEBAPP="fcrepo-webapp-plus-rbacl-${FEDORA_VERSION}.war"
WEBAPP="fcrepo-webapp-plus-webac-${FEDORA_VERSION}.war"
RELEASES="https://github.com/fcrepo4-exts/fcrepo-webapp-plus/releases/download/fcrepo-webapp-plus-${FEDORA_TAG}"
elif [ "${FEDORA_AUDIT}" = "true" ]; then
WEBAPP="fcrepo-webapp-plus-audit-${FEDORA_VERSION}.war"
Expand Down

0 comments on commit 982af09

Please sign in to comment.