Added doc url
This commit is contained in:
parent
9683b980b0
commit
8713b30b79
1
start.sh
1
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
|
||||
|
|
Loading…
Reference in New Issue