-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abfd1eb
commit 9d57f5a
Showing
4 changed files
with
317 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -197,7 +197,7 @@ jobs: | |
run: | | ||
DC_IP=$(docker inspect dc --format '{{.NetworkSettings.IPAddress}}') | ||
LIST=$(docker run --rm --name client -v /tmp/shared:/shared --dns $DC_IP --hostname client.domain.test icewind1991/samba-krb-test-client \ | ||
curl -s --negotiate -u [email protected]: --delegation always http://httpd.domain.test/example-apache-kerberos.php) | ||
curl -s --negotiate -u [email protected]: --delegation always http://httpd.domain.test/example-sso-kerberos.php) | ||
echo $LIST | ||
LIST=$(echo $LIST | tr -d '[:space:]') | ||
[[ $LIST == "test.txt" ]] | ||
|
@@ -218,6 +218,8 @@ jobs: | |
- "7.3" | ||
- "7.4" | ||
- "8.0" | ||
- "8.1" | ||
- "8.2" | ||
|
||
steps: | ||
- name: krb5-dev | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.