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

4.26
LDAP Connection
3PAR InForm OS CLI Administrator’s Manual InForm OS Version 2.2.4
In the example above, the base of the user entries in the OpenLDAP server DIT is
ou=people,dc=ldaptest,dc=3par,dc=com.
In the example above,
uid is the attribute with the value of the user’s user name of the
posixAccount object class.
4.3.3.3 Configuring Group Location Parameters
To configure group location parameters, perform the following:
1 Issue the
setauthparam groups-dn <value> command, where <value> is the basis of
the search for objects holding group information in the subtree of the DIT.
2 Issue the
setauthparam group-object <group_object_class> command.
3 Issue the
setauthparam group-name-attr <attribute> command, where
<attribute> is the group object’s attribute that holds the group name.
4 Issue the
setauthparam member-attr <member_attribute> command, where
<member_attribute> is attribute that holds the names of the users in the group.
Example:
In the example above,
ou=groups,dc=ldaptest,dc=3par,dc=com is the search base for
objects holding group information in the DIT subtree.
InServ1 cli% setauthparam -f user-dn-base ou=people,dc=ldaptest,dc=3par,dc=com
InServ1 cli% setauthparam -f user-attr uid
InServ1 cli% setauthparam -f groups-dn ou=groups,dc=ldaptest,dc=3par,dc=com