Align login attributes in deployment example as well

Followup fix for #4039
This commit is contained in:
Ralf Haferkamp
2022-07-14 16:36:51 +02:00
parent 946f3e8feb
commit b2db577f09

View File

@@ -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"