From f5cb1f0e2f70a86641bc65fb95314e7d2e86125c Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Mon, 14 Dec 2020 13:04:04 -0600 Subject: [PATCH 1/5] fix perms on scripts --- Workbench/scripts/gethealth.py | 0 Workbench/scripts/setupcron.sh | 0 Workbench/scripts/update-health-status.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 Workbench/scripts/gethealth.py mode change 100644 => 100755 Workbench/scripts/setupcron.sh mode change 100644 => 100755 Workbench/scripts/update-health-status.sh diff --git a/Workbench/scripts/gethealth.py b/Workbench/scripts/gethealth.py old mode 100644 new mode 100755 diff --git a/Workbench/scripts/setupcron.sh b/Workbench/scripts/setupcron.sh old mode 100644 new mode 100755 diff --git a/Workbench/scripts/update-health-status.sh b/Workbench/scripts/update-health-status.sh old mode 100644 new mode 100755 From da769d1665f37ac954a8cb9e8925501bdd89b3fd Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Mon, 14 Dec 2020 13:07:05 -0600 Subject: [PATCH 2/5] jump page changes --- Workbench/webproxy/container_files/httpd/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Workbench/webproxy/container_files/httpd/index.html b/Workbench/webproxy/container_files/httpd/index.html index a930086..7b7c351 100644 --- a/Workbench/webproxy/container_files/httpd/index.html +++ b/Workbench/webproxy/container_files/httpd/index.html @@ -26,4 +26,8 @@

Welcome to the InCommon TAP Workbench!

  • LDAP Admin
  • SQL Admin
  • +

    +

    +Status + From 44a8e01ff5cbea180271da26ee0dc02a8c72c87a Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Mon, 14 Dec 2020 13:15:08 -0600 Subject: [PATCH 3/5] more jump page changes --- Workbench/webproxy/container_files/httpd/index.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Workbench/webproxy/container_files/httpd/index.html b/Workbench/webproxy/container_files/httpd/index.html index 7b7c351..fe434d7 100644 --- a/Workbench/webproxy/container_files/httpd/index.html +++ b/Workbench/webproxy/container_files/httpd/index.html @@ -9,9 +9,14 @@

    Welcome to the InCommon TAP Workbench!

    The system contains the following TAP components (click the links to access each component in its own tab):
    From d8ba5864fd92833c2f2bd7fd0f3407c8a754af66 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Mon, 14 Dec 2020 13:25:13 -0600 Subject: [PATCH 4/5] fix shib status pg --- .../midpoint_server/container_files/shibboleth/shibboleth2.xml | 2 +- Workbench/webproxy/container_files/shibboleth/shibboleth2.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Workbench/midpoint_server/container_files/shibboleth/shibboleth2.xml b/Workbench/midpoint_server/container_files/shibboleth/shibboleth2.xml index b43f001..fdebc97 100644 --- a/Workbench/midpoint_server/container_files/shibboleth/shibboleth2.xml +++ b/Workbench/midpoint_server/container_files/shibboleth/shibboleth2.xml @@ -45,7 +45,7 @@ - + diff --git a/Workbench/webproxy/container_files/shibboleth/shibboleth2.xml b/Workbench/webproxy/container_files/shibboleth/shibboleth2.xml index 3991d24..6ffed9c 100644 --- a/Workbench/webproxy/container_files/shibboleth/shibboleth2.xml +++ b/Workbench/webproxy/container_files/shibboleth/shibboleth2.xml @@ -45,7 +45,7 @@ - + From aa999dea1be0c2dcd22eae372d2552d03617eb77 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 14 Dec 2020 14:35:46 -0500 Subject: [PATCH 5/5] Update data.ldif --- .../container_files/seed-data/data.ldif | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Workbench/directory/container_files/seed-data/data.ldif b/Workbench/directory/container_files/seed-data/data.ldif index 1b53642..22b7a02 100644 --- a/Workbench/directory/container_files/seed-data/data.ldif +++ b/Workbench/directory/container_files/seed-data/data.ldif @@ -49,3 +49,19 @@ objectClass: top uniqueMember: uid=banderson,ou=People,dc=internet2,dc=edu cn: sysadmingroup +dn: ou=Guests,dc=internet2,dc=edu +objectClass: top +objectClass: organizationalUnit +ou: Guests + +dn: uid=aguest,ou=Guests,dc=internet2,dc=edu +objectClass: eduPerson +objectClass: inetOrgPerson +objectClass: organizationalPerson +objectClass: person +objectClass: top +cn: Andy Guest +sn: Aguest +givenName: Andy +userPassword: password +description: A guest user