Skip to content

Commit

Permalink
ZZ
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez committed May 29, 2024
1 parent aa35d4a commit 5c4393e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/testingv8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,16 @@ jobs:

- name: Configure krb5.conf
run: |
echo "[libdefaults]
sudo bash -c 'cat <<EOF > /etc/krb5.conf
[libdefaults]
default_realm = TEST.GOKRB5
dns_lookup_realm = false
dns_lookup_kdc = false
ticket_lifetime = 24h
forwardable = yes
default_tkt_enctypes = aes256-cts-hmac-sha1-96
default_tgs_enctypes = aes256-cts-hmac-sha1-96

[realms]
TEST.GOKRB5 = {
kdc = 127.0.0.1:88
Expand Down Expand Up @@ -115,7 +116,8 @@ jobs:
renew_lifetime = 36000
forwardable = true
krb4_convert = false
}" | sudo tee /etc/krb5.conf
}
EOF'

- name: Display krb5.conf
run: cat /etc/krb5.conf
Expand Down

0 comments on commit 5c4393e

Please sign in to comment.