HP CIFS Server 3.0d Administrator's Guide version A.02.02 (Edition 5)
LDAP Integration Support
Configuring the HP CIFS Server
Chapter 6140
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 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=org, dc=hp, dc=com”, then you need to
set the value of ldap suffix = “dc= org,
dc=hp, dc=com”.
ldap user suffix Specifies the base of the directory tree where
you want to add users information. If you do
not specify this parameter, HP CIFS Server
uses the value of ldap suffix. For example,
ldap user suffix = “ou=People”.