HP CIFS Server 2.2i Administrator's Guide version A.01.11.01
LDAP Integration Support
Configuring the HP CIFS Server
Chapter 6134
Configuring the HP CIFS Server
You must set up and configure your HP CIFS Server to enable the LDAP
feature support.
LDAP Configuration Parameters
The following is the list of new global parameters available for you to
configure the HP CIFS Server to enable the LDAP feature. These
parameters are set in the /etc/opt/samba/smb.conf file under global
parameters.
[global] Any global setting defined here will be used by the HP
CIFS Server with the LDAP support.
Table 6-3 Global Parameters
Parameter Description
ldap enable Enables the LDAP feature support. Specifies
Yes to enable LDAP, and No to disable LDAP.
By default, this parameter is set to No.
ldap port Specifies the TCP port number used to
connect to the LDAP directory server. By
default, this parameter is set to 389.
ldap server Specifies the host name of the Netscape
Directory Server where you want to store your
data.
ldap suffix Specifies the base of the directory tree where
you want to add users and machine accounts
information. It is also used as the
Distinguished Name (DN) of the search base,
which tells LDAP where to start the search
for the entry. For example, if your base DN is
“dc=cup, dc=hp, dc=com”, then you need to
set the value of ldap suffix = “dc= cup,
dc=hp, dc=com”.