Skip to content

Commit

Permalink
fixup! Implement GSSAPI auth
Browse files Browse the repository at this point in the history
  • Loading branch information
bersace committed May 16, 2024
1 parent fb24fcd commit b401eda
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 1 addition & 0 deletions test/krb5.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit b401eda

Please sign in to comment.