outposts/ldap: use authorization_flow instead of separate field

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-04-26 14:46:29 +02:00
parent b35d9ae8b0
commit b3c8ffb96c
8 changed files with 16 additions and 36 deletions

View File

@ -37,7 +37,7 @@ func (ls *LDAPServer) Refresh() error {
}
func (ls *LDAPServer) Start() error {
listen := "127.0.0.1:3390"
listen := "0.0.0.0:3389"
log.Debugf("Listening on %s", listen)
err := ls.s.ListenAndServe(listen)
if err != nil {

View File

@ -6,7 +6,6 @@ COPY . .
RUN go build -o /work/proxy ./cmd/proxy
# Copy binary to alpine
FROM gcr.io/distroless/base-debian10:debug
COPY --from=builder /work/proxy /