From 8713b30b79560ab6991c5011be9d4c9bfa75c98b Mon Sep 17 00:00:00 2001 From: Elias Hackradt Date: Sun, 11 Jul 2021 22:58:41 +0200 Subject: [PATCH] Added doc url --- start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/start.sh b/start.sh index 160f12c..693a0bc 100755 --- a/start.sh +++ b/start.sh @@ -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