fix environment variables
This commit is contained in:
@@ -73,7 +73,7 @@ type LDAPDriver struct {
|
||||
UserObjectClass string
|
||||
GroupObjectClass string
|
||||
LoginAttributes []string
|
||||
IDP string // TODO what is this for?
|
||||
IDP string `env:"OCIS_URL;USER_IDP_URL"` // TODO what is this for?
|
||||
GatewayEndpoint string // TODO do we need this here?
|
||||
UserSchema LDAPUserSchema
|
||||
GroupSchema LDAPGroupSchema
|
||||
|
||||
Reference in New Issue
Block a user