ldap_mode field. If you set is as 0, the LDAP authentication using the LSI Storage Authority software is disabled. If you set it as 1, the LDAP authentication using the LSI Storage Authority software is enabled.
Example:
LDAP Login
ldap_mode = 1
ldap_server field. This value connects the specific LDAP server for the user authentication.
Example:
# LDAP Server
ldap_server = <IP Address of the LDAP server>
ldap_protocol_version field. This value defines the protocol to create an LDAP session.
Example:
# LDAP Protocol version
ldap_protocol_version = v3
v3.ldap_binding field. In LDAP, the authentication is supplied through the Bind operation. LDAP supports three types of authentication modes:
Example:
# LDAP_BINDING
ldap_binding = BASIC
ldap_port_number field.
Example:
# LDAP Port Number = 636
ldap_port_number = 389
dn_details field. The format is as follows:
Example:
# LDAP_DN_DETAILS
dn_details={"DN":[{"key":"DC","values":["ldapdomain"]},{"key":"DC","values":["com"]},{"key":"ou","values":["TEST"]}]}
Where:
DC – This attribute contains the Domain Component type.ou – This attribute contains the name of an organizational unit.readOnly field. The values follow:
1 (default) – Read-only access.0 – Full access