fix environment variables

This commit is contained in:
David Christofas
2022-04-25 14:21:02 +02:00
parent c29f69d26b
commit 89b925f34a
11 changed files with 31 additions and 31 deletions

View File

@@ -71,7 +71,7 @@ type LDAPProvider struct {
UserObjectClass string
GroupObjectClass string
LoginAttributes []string
IDP string // TODO what is this for?
IDP string `env:"OCIS_URL;AUTH_BASIC_IDP_URL"` // TODO what is this for?
GatewayEndpoint string // TODO do we need this here?
UserSchema LDAPUserSchema
GroupSchema LDAPGroupSchema