Skip to content

Commit

Permalink
Try without DNS checking
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Jul 8, 2024
1 parent b6fe6ff commit a6ac7f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/smb-kerberos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ jobs:
- name: Set up user_saml
continue-on-error: true
run: |
# Avoid DNS issue inside the image
docker exec --user 33 apache ./occ config:system:set allow_local_remote_servers --value true --type bool
docker exec --user 33 apache ./occ app:enable user_saml --force
docker exec --user 33 apache ./occ config:system:delete allow_local_remote_servers
docker exec --user 33 apache ./occ config:app:set user_saml type --value 'environment-variable'
docker exec --user 33 apache ./occ saml:config:create
docker exec --user 33 apache ./occ saml:config:set 1 --general-uid_mapping=REMOTE_USER
Expand Down

0 comments on commit a6ac7f4

Please sign in to comment.