3PAR InForm® OS 2.2.4 CLI Administrator's Manual (320-200113 Rev A, March 2009)
4.24
LDAP Connection
3PAR InForm OS CLI Administrator’s Manual InForm OS Version 2.2.4
4.3.3 OpenLDAP Configuration with Simple Binding Over SSL
To configure your InServ Storage Server to use OpenLDAP with simple binding over SSL, the
following process must be performed (detailed instructions follow):
Configure connection parameters using the following command:
setauthparam ldap-server <IP_address>
setauthparam ldap-ssl 1
Configure binding (authentication) parameters using the following commands:
setauthparam binding <binding_type>
setauthparam user-dn-base <value>
setauthparam user-attr <attribute>
Configure group location parameters using the following commands:
setauthparam groups-dn <value>
setauthparam group-object <group_object_class>
setauthparam group-name-attr <attribute>
setauthparam member-attr <member_attribute>
Configure group-to-privilege mapping parameters using the following commands:
setauthparam <privilege_map> <group>
checkpassword <user_name>
Different schemas can be used for user and group information with OpenLDAP. The
instructions and example that follow describe configuration of the InServ Storage Server using
Posix users and groups.