File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
apps/files_external/tests/sso-setup Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3030 with :
3131 repository : nextcloud/user_saml
3232 path : apps/user_saml
33- ref : stable27
33+ ref : stable-5.2
3434 - name : Pull images
3535 run : |
3636 docker pull ghcr.io/icewind1991/samba-krb-test-dc
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ DC_IP="$1"
55SCRIPT_DIR=" ${0%/* } "
66
77echo -n " Checking that we can authenticate using kerberos: "
8- LOGIN_CONTENT=$( " $SCRIPT_DIR /client-cmd.sh" $DC_IP curl -i -s --negotiate -u testuser@DOMAIN.TEST: --delegation always http://httpd.domain.test/index.php/apps/user_saml/saml/login? originalUrl=success)
9- if [[ " $LOGIN_CONTENT " =~ " Location: success" ]]; then
8+ LOGIN_CONTENT=$( " $SCRIPT_DIR /client-cmd.sh" $DC_IP curl -i -s --negotiate -u testuser@DOMAIN.TEST: --delegation always http://httpd.domain.test/index.php/apps/user_saml/saml/login? originalUrl=http://localhost/success)
9+
10+ if [[ " $LOGIN_CONTENT " =~ " Location: http://localhost/success" ]]; then
1011 echo " ✔️"
1112else
1213 echo " ❌"
You can’t perform that action at this time.
0 commit comments