From fbb7cefff46a4e57a0a2788e86de3842884aedb6 Mon Sep 17 00:00:00 2001 From: Markus Frey Date: Thu, 12 Aug 2021 10:12:07 +0200 Subject: [PATCH] Add kerberos --- com.visualstudio.code.yaml | 11 +++++++++++ krb5.conf | 9 +++++++++ 2 files changed, 20 insertions(+) create mode 100644 krb5.conf 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: