diff --git a/com.visualstudio.code.yaml b/com.visualstudio.code.yaml index b4af6a2..fec9d2b 100644 --- a/com.visualstudio.code.yaml +++ b/com.visualstudio.code.yaml @@ -112,3 +112,14 @@ modules: root: https://packages.microsoft.com/repos/code dist: stable component: main + + - name: kerberos + subdir: src + post-install: + - install -Dm644 ../krb5.conf /app/etc/krb5.conf + sources: + - type: archive + url: https://kerberos.org/dist/krb5/1.19/krb5-1.19.1.tar.gz + sha256: fa16f87eb7e3ec3586143c800d7eaff98b5e0dcdf0772af7d98612e49dbeb20b + - type: file + path: krb5.conf diff --git a/krb5.conf b/krb5.conf new file mode 100644 index 0000000..62f2d53 --- /dev/null +++ b/krb5.conf @@ -0,0 +1,9 @@ +[libdefaults] + dns_lookup_realm = false + ticket_lifetime = 24h + renew_lifetime = 7d + forwardable = true + rdns = false + pkinit_anchors = FILE:/etc/ssl/certs/ca-certificates.crt + spake_preauth_groups = edwards25519 + default_ccache_name = KCM: