]> source.dussan.org Git - nextcloud-server.git/commitdiff
Show failure of SAML login in kerberos workflow
authorCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 12 Jan 2023 16:00:05 +0000 (17:00 +0100)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Fri, 20 Jan 2023 10:22:13 +0000 (11:22 +0100)
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
.github/workflows/smb-kerberos.yml

index 182e9787bfe8081c4f0d49287cbb577e12f59cf8..f47a06fbed79497997587573cff42f1ce43fcf69 100644 (file)
@@ -55,7 +55,7 @@ jobs:
           DC_IP=$(docker inspect dc --format '{{.NetworkSettings.IPAddress}}')
           echo "SAML login"
           docker run --rm --name client -v $PWD/cookies:/cookies -v /tmp/shared:/shared --dns $DC_IP --hostname client.domain.test icewind1991/samba-krb-test-client \
-            curl -c /cookies/jar -s --negotiate -u testuser@DOMAIN.TEST: --delegation always http://httpd.domain.test/index.php/apps/user_saml/saml/login
+            curl -c /cookies/jar --negotiate -u testuser@DOMAIN.TEST: --delegation always http://httpd.domain.test/index.php/apps/user_saml/saml/login
           echo "Check we are logged in"
           CONTENT=$(docker run --rm --name client -v $PWD/cookies:/cookies -v /tmp/shared:/shared --dns $DC_IP --hostname client.domain.test icewind1991/samba-krb-test-client \
             curl -b /cookies/jar -s --negotiate -u testuser@DOMAIN.TEST: --delegation always http://httpd.domain.test/remote.php/webdav/smb/test.txt)