Adapt deployment examples for new LDAP config
This commit is contained in:
@@ -608,8 +608,7 @@ services:
|
||||
STORAGE_USERPROVIDER_ADDR: 0.0.0.0:9144
|
||||
|
||||
STORAGE_USERPROVIDER_DRIVER: ldap
|
||||
STORAGE_LDAP_HOSTNAME: glauth
|
||||
STORAGE_LDAP_PORT: 9126
|
||||
STORAGE_LDAP_URI: "ldaps://glauth:9126"
|
||||
STORAGE_LDAP_INSECURE: "true"
|
||||
STORAGE_LDAP_BIND_PASSWORD: ${STORAGE_LDAP_BIND_PASSWORD:-reva}
|
||||
STORAGE_LDAP_IDP: https://${OCIS_DOMAIN:-ocis.owncloud.test}
|
||||
@@ -639,8 +638,7 @@ services:
|
||||
STORAGE_GROUPPROVIDER_ADDR: 0.0.0.0:9160
|
||||
|
||||
STORAGE_GROUPPROVIDER_DRIVER: ldap
|
||||
STORAGE_LDAP_HOSTNAME: glauth
|
||||
STORAGE_LDAP_PORT: 9126
|
||||
STORAGE_LDAP_URI: "ldaps://glauth:9126"
|
||||
STORAGE_LDAP_INSECURE: "true"
|
||||
STORAGE_LDAP_BIND_PASSWORD: ${STORAGE_LDAP_BIND_PASSWORD:-reva}
|
||||
STORAGE_LDAP_IDP: https://${OCIS_DOMAIN:-ocis.owncloud.test}
|
||||
|
||||
Reference in New Issue
Block a user