1) Added support for Kerberos authentication, using SPNEGO to forward the Kerberos tickets through a browser. Fixes #5457

2) Fixed incorrect log information for AUTHENTICATION_SOURCES. Fixes #5829
This commit is contained in:
Khushboo Vashi
2021-01-18 16:32:10 +05:30
committed by Akshay Joshi
parent a60cfd3cc3
commit c0ef0a893d
28 changed files with 502 additions and 46 deletions

View File

@@ -157,11 +157,15 @@ RUN apk add --no-cache --virtual \
build-base \
postgresql-dev \
libffi-dev \
krb5-dev \
e2fsprogs-dev \
krb5-server-ldap \
linux-headers && \
apk add \
postfix \
postgresql-client \
postgresql-libs \
krb5-libs \
shadow \
sudo \
libcap && \