3PAR InForm® OS 2.2.4 CLI Administrator's Manual (320-200113 Rev A, March 2009)

4.15
LDAP Connection
InForm OS Version 2.2.4 3PAR InForm OS 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.