3PAR InForm® OS 2.3.1 CLI Administrator's Manual (320-200180 Rev B, February 2010)
4.17
LDAP Connection
InForm OS Version 2.3.1 3PAR InForm CLI Administrator’s Manual
4.3.2 Active Directory LDAP Configuration with Simple Binding Over SSL
To configure Active Directory with simple binding over SSL, follow these procedures using the
specified commands (detailed instructions follow):
■ Configure connection parameters using the following commands:
◆ setauthparam ldap-server <IP_address>
◆ setauthparam ldap-server-hn <DNS_HostName>
■ Configure binding (authentication) parameters using the following commands:
◆ setauthparam binding simple
◆ setauthparam user-atter <DN_attribute>
■ (Optional) Set the CA certificate using the following command:
◆ setauthparam ladp-ssl-cacert <certicate>
■ Configure account location parameters using the following commands:
◆ setauthparam accounts-dn <DN_path>
◆ setauthparam account-obj user
◆ setauthparam account-name-attr sAMAccount
◆ setauthparam memberof-attr memberOf
◆ checkpassword <user_name>
■ Configure group-to-privilege mapping parameters using the following commands:
◆ setauthparam <privilege_map> <group>
◆ checkpassword <user_name>
Each step in the process above is discussed in the following sections. Each section is followed by
an example showing the implementation of the instructions described.