3PAR InForm® OS 2.3.1 CLI Administrator's Manual (320-200180 Rev B, February 2010)
4.11
LDAP Connection
InForm OS Version 2.3.1 3PAR InForm CLI Administrator’s Manual
2 Set the address to which the LDAP server will connect by issuing the setauthparam
ldap-server <IP_address>
command, where <IP_address> is your LDAP server’s IP
address.
3 Set the LDAP server’s host name by issuing the
setauthparam ldap-server-hn
<DNS_HostName>
command, where <DNS_HostName> is the value displayed by either
using the
ldapsearch command or ldp.exe in step 1 on page 4.10.
4 Set the Kerberos realm by issuing the
setauthparam kerberos-realm
<LDAP_ServiceName>
command, where <LDAP_ServiceName> is the value displayed
by either using the
ldapsearch command or ldp.exe in step 1 on page 4.10.
Example:
The example above corresponds to step 1 on page 4.10 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.11 through step 4 on page 4.11.
NOTE: The value displayed for the default naming context is used later in 4.3.1.3
Configuring Account Location Parameters on page 4.12.
% 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