5.6 KiB
server_addr
This parameter corresponds with the MINIO_IDENTITY_LDAP_SERVER_ADDR environment
variable.
lookup_bind_dn
This parameter corresponds with the MINIO_IDENTITY_LDAP_LOOKUP_BIND_DN environment
variable.
lookup_bind_password
This parameter corresponds with the MINIO_IDENTITY_LDAP_LOOKUP_BIND_PASSWORD
environment variable.
user_dn_attributes
user_dn_search_base_dn
This parameter corresponds with the MINIO_IDENTITY_LDAP_USER_DN_SEARCH_BASE_DN
environment variable.
user_dn_search_filter
This parameter corresponds with the MINIO_IDENTITY_LDAP_USER_DN_SEARCH_FILTER
environment variable.
comment
This parameter corresponds with the MINIO_IDENTITY_LDAP_COMMENT environment
variable.
enabled
Set to false to disable the AD/LDAP configuration.
If false, applications cannot generate STS credentials
or otherwise authenticate to MinIO using the configured provider.
Defaults to true or "enabled".
group_search_base_dn
This parameter corresponds with the MINIO_IDENTITY_LDAP_GROUP_SEARCH_BASE_DN
environment variable.
group_search_filter
This parameter corresponds with the MINIO_IDENTITY_LDAP_GROUP_SEARCH_FILTER environment
variable.
server_insecure
This parameter corresponds with the MINIO_IDENTITY_LDAP_SERVER_INSECURE environment
variable.
server_starttls
This parameter corresponds with the MINIO_IDENTITY_LDAP_SERVER_STARTTLS environment
variable.
srv_record_name
RELEASE.2022-12-12T19-27-27Z
This parameter corresponds with the MINIO_IDENTITY_LDAP_SRV_RECORD_NAME environment
variable.
tls_skip_verify
This parameter corresponds with the MINIO_IDENTITY_LDAP_TLS_SKIP_VERIFY environment
variable.
This command works against access keys <minio-id-access-keys> created by an
AD/LDAP user after authenticating to MinIO.
Create AD/LDAP service accounts with the mc idp ldap accesskey create command.
MinIO supports using AssumeRoleWithLDAPIdentity <minio-sts-assumerolewithldapidentity>
to generate temporary access keys using the Security Token Service <minio-security-token-service>.