Merge pull request #4204 from rhafer/cleanup

Remove unused BindEnv code
This commit is contained in:
Willy Kloucek
2022-07-15 07:14:06 +02:00
committed by GitHub
33 changed files with 59 additions and 155 deletions
@@ -1,4 +1,4 @@
---
L---
version: "3.7"
services:
@@ -66,7 +66,7 @@ services:
LDAP_USER_BASE_DN: "dc=owncloud,dc=com"
LDAP_USER_FILTER: "(objectclass=owncloud)"
LDAP_USER_OBJECTCLASS: "inetOrgPerson"
LDAP_LOGIN_ATTRIBUTES: "uid,mail"
LDAP_LOGIN_ATTRIBUTES: "uid"
IDP_LDAP_URI: ldap://ldap-server
IDP_LDAP_LOGIN_ATTRIBUTE: "uid"
IDP_LDAP_UUID_ATTRIBUTE: "ownclouduuid"