HP CIFS Server 3.0d Administrator's Guide version A.02.02 (Edition 5)

Winbind Support
Configuring HP CIFS Server with Winbind
Chapter 7 167
Configuring HP CIFS Server with Winbind
You must set up and configure your HP CIFS Server to use the winbind
feature support.
Winbind Configuration Parameters
Table 7-1 shows the list of new global parameters used to control the
behavior of winbind. These parameters are set in the
/etc/opt/samba/smb.conf file in the [global] section.
Table 7-1 Global Parameters
Parameter Description
winbind separator Specifies the separator to separate domain
name and user name. For example, winbind
separator = \
idmap uid Specifies the UID range for domain users.
idmap gid Specifies the GID range for domain groups.
winbind enum
users
Specifies Yes to allow enumeration of winbind
users, and No to disallow enumeration of
winbind users. By default, this parameter is
set to No.
winbind enum
groups
Specifies Yes to allow enumeration of winbind
groups, and No to disallow enumeration of
winbind groups. By default, this parameter is
set to Yes.
idmap backend Specifies an LDAP backend to maintain SID
to UID / GID mappings on a common LDAP
backend instead of the local idmap tdb file.
This ensures that all UIDs and GIDs are
unique across the domain. For example, idmap
backend = ldap://ldapserverA.hp.com.