mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-05 11:38:50 -06:00
12
vendor/github.com/libregraph/lico/bootstrap/backends/ldap/ldap.go
generated
vendored
12
vendor/github.com/libregraph/lico/bootstrap/backends/ldap/ldap.go
generated
vendored
@@ -107,12 +107,12 @@ func NewIdentityManager(bs bootstrap.Bootstrap) (identity.Manager, error) {
|
||||
identifierBackend, identifierErr := ldap.NewLDAPIdentifierBackend(
|
||||
config.Config,
|
||||
tlsConfig,
|
||||
os.Getenv("OCIS_LDAP_URI"),
|
||||
os.Getenv("OCIS_LDAP_BIND_DN"),
|
||||
os.Getenv("LDAP_BIND_PASSWORD"),
|
||||
os.Getenv("OCIS_LDAP_USER_BASE_DN"),
|
||||
os.Getenv("OCIS_LDAP_SCOPE"),
|
||||
os.Getenv("OCIS_LDAP_FILTER"),
|
||||
os.Getenv("LDAP_URI"),
|
||||
os.Getenv("LDAP_BINDDN"),
|
||||
os.Getenv("LDAP_BINDPW"),
|
||||
os.Getenv("LDAP_BASEDN"),
|
||||
os.Getenv("LDAP_SCOPE"),
|
||||
os.Getenv("LDAP_FILTER"),
|
||||
subMapping,
|
||||
attributeMapping,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user