Added doc url

This commit is contained in:
Elias Hackradt 2021-07-11 22:58:41 +02:00
parent 9683b980b0
commit 8713b30b79
No known key found for this signature in database
GPG Key ID: 32B038A64E6697B1
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ if [[ ! -f /app/data/env.sh ]]; then
# https://github.com/minio/minio#things-to-consider
echo -e "MINIO_BROWSER_REDIRECT_URI=$(echo $CLOUDRON_APP_ORIGIN)" >> /app/data/env.sh
# https://github.com/minio/minio/blob/master/docs/sts/ldap.md
# https://docs.min.io/minio/baremetal/security/ad-ldap-external-identity-management/configure-ad-ldap-external-identity-management.html#minio-authenticate-using-ad-ldap-generic
# (address) AD/LDAP server address e.g. "myldapserver.com:636"
echo -e "MINIO_IDENTITY_LDAP_SERVER_ADDR='$(echo $CLOUDRON_LDAP_URL)'" >> /app/data/env.sh
# (string) DN for LDAP read-only service account used to perform DN and group lookups