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

4.25
LDAP Connection
InForm OS Version 2.2.4 3PAR InForm OS CLI Administrator’s Manual
4.3.3.1 Configuring Connection Parameters
1 To configure connection parameters, issue the setauthparam ldap-server
<IP_address>
command, where <IP_address> is the OpenLDAP server’s IP address.
2 Issue the
setauthparam ldap-ssl 1 command.
Example:
In the example above:
The OpenLDAP server’s IP address is 192.168.10.13.
SSL security is activated using the 1 parameter.
4.3.3.2 Configuring Binding Parameters
After you have configured the connection parameters to your LDAP server, you must configure
the binding (authentication) parameters for users.
To configure binding parameters:
1 Issue the
setauthparam binding <binding_type> command.
2 Issue the
setauthparam user-dn-base <value> command, where <value> is the
base of the subtree where user information is kept in the OpenLDAP server’s directory
information tree (DIT).
3 Issue the
setauthparam user-attr <attribute> command, where <attribute> is
the name of the attribute holding the user’s username.
Example:
In the example above, simple binding is specified as the binding mechanism.
InServ1 cli% setauthparam -f ldap-server 192.168.10.13
InServ1 cli% setauthparam -f ldap-ssl 1
InServ1 cli% setauthparam -f binding simple