From b401edab71ba6566f3103f0ee4121d24f84128da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20BERSAC?= Date: Thu, 16 May 2024 15:53:47 +0200 Subject: [PATCH] fixup! Implement GSSAPI auth --- test/docker-compose.yml | 11 +++++++++++ test/krb5.conf | 1 + 2 files changed, 12 insertions(+) diff --git a/test/docker-compose.yml b/test/docker-compose.yml index 569a9490..e15d96bd 100644 --- a/test/docker-compose.yml +++ b/test/docker-compose.yml @@ -1,6 +1,17 @@ version: '3' services: + samba1: + labels: + # Disable dnsdock on test. + com.dnsdock.alias: samba1.test.ldap2pg.docker + networks: + default: + aliases: + # Fake dnsdock for CI. + # This value is used in test/krb5.conf for KDC. + - samba1.ldap2pg.docker + test: image: dalibo/buildpack-python:${DIST-rockylinux8} volumes: diff --git a/test/krb5.conf b/test/krb5.conf index 5559c481..f6d7fe9c 100644 --- a/test/krb5.conf +++ b/test/krb5.conf @@ -8,6 +8,7 @@ [realms] BRIDOULOU.FR = { + # Requires dnsdock on network alias as in test/docker-compose.yml kdc = samba1.ldap2pg.docker admin_server = samba1.ldap2pg.docker }