3PAR InForm® OS 2.3.1 CLI Administrator's Manual (320-200180 Rev B, February 2010)

4.13
LDAP Connection
InForm OS Version 2.3.1 3PAR InForm CLI Administrator’s Manual
Example:
The example above corresponds to step 1 on page 4.12, and displays the following:
joadmin is the user name of the NT Windows domain (NTDOM1) administrator searching
for group information for user 3PARuser (
cn=3PAR User).
dn: CN=3PAR User,OU=Engineering,OU=Users,DC=3par,DC=com displays user locations
in the LDAP server Directory Information Tree (DIT).
The example above corresponds to step 2 on page 4.12 through step 5 on page 4.12.
The Users group within the 3par group is set as the basis for any user search when
authenticating with the LDAP server.
The values user, SAMAccountName, and memberOf for the account-obj,
account-name-attr, and memberof-attr parameters are typical of Active Directory
configurations.
% ldapsearch -LLL -x -H ldap://192.168.10.13 -D 'NTDOM1\joeadmin' -W -b
DC=3par,DC=com -s sub '(cn=3PARuser)' dn
Enter LDAP Password:
dn: CN=3PAR User,OU=Engineering,OU=Users,DC=3par,DC=com
InServ1 cli% setauthparam -f accounts-dn OU=Users,DC=3par,DC=com
InServ1 cli% setauthparam -f account-obj user
InServ1 cli% setauthparam -f account-name-attr sAMAccountName
InServ1 cli% setauthparam -f memberof-attr memberOf