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

4.10
LDAP Connection
3PAR InForm OS CLI Administrator’s Manual InForm OS Version 2.2.4
Example:
The example above corresponds to step 1 on page 4.8 and displays the following:
The LDAP server’s IP address is 192.168.10.13.
The DNS_HostName is domaincontroller.3par.com.
The LDAP_ServiceName is NTDOM1.3PAR.COM.
The defaultNamingContext is DC=3par,DC=com.
The example above corresponds to step 2 on page 4.9 through step 4 on page 4.9.
4.3.1.2 Configuring Binding Parameters
After you have configured the connection parameters to your LDAP server, you must configure
the binding (authentication) parameters for users.
1 Issue the
setauthparam binding sasl command.
2 Issue the
setauthparam sasl-mechanism <SASL_type> command, where <type> is
specified as
PLAIN, DIGEST-MD5, or GSSAPI.
For information on binding types, see Chapter 4, LDAP, in the InForm OS Concepts Guide
Example:
In the example above, GSSAPI SASL binding is used for authentication.
% ldapsearch -LLL -x -H ldap://192.168.10.13 -b "" -s base dnsHostName
ldapServiceName defaultNamingContext
dn:
dnsHostName: domaincontroller.3par.com
ldapServiceName: 3par.com:domaincontroller$@NTDOM1.3PAR.COM
defaultNamingContext: DC=3par,DC=com
InServ1 cli% setauthparam -f ldap-server 192.168.10.13
InServ1 cli% setauthparam -f ldap-server-hn domaincontroller.3par.com
InServ1 cli% setauthparam -f kerberos-realm NTDOM1.3PAR.COM
InServ1 cli% setauthparam -f binding sasl
InServ1 cli% setauthparam -f sasl-mechanism GSSAPI