HP CIFS Server Administrator Guide Version A.02.04.04 (5070-6710, October 2011)

Table 14 Global Parameters (continued)
DescriptionParameter
You can also use the winbindd -n command to disable winbind caching when
you start the winbind daemon, this means winbindd always has to wait a
response from the Windows domain controller before it can respond to a client.
Either the winbindd -n command or winbind cache ug list = No
configuration disables winbind caching for the user or group list entries.
This boolean variable specifies whether the winbindd daemon operates on
users without domain component in their username. Users without a domain
winbind use default domain
component are treated as a part of the winbindd server's own domain. The
default setting is No.
This string variable specifies the winbind users a home directory. For example,
template homedir = /home/%U
template homedir
This string variable specifies the winbind users a login shell. For example,
template shell = /shin/ksh.
template shell
NOTE: If you want to use the default value "\" of the winbind separator parameter in
smb.conf, you should comment out this parameter. By doing this, the testparm and wbinfo
commands can show the correct default separator character "/" without generating an error.
Commenting out the winbind separator parameter with the default value, you must type the
default "\" separator character twice ("\\") when using the wbinfo -n command. For example,
wbinfo -n domain_name\\domain_username.
NOTE:
The HP CIFS Server does not support the ad option for idmap backend.
The idmap rid utility requires that the parameter, allow trusted domains = No, must
be specified, as it is not compatible with multiple domain environments. The idmap uid and
idmap gid ranges must also be specified.
Unsupported Parameters or Options
Table 7–2 shows the parameters or options which are not supported by the HP CIFS Server.
Table 15 Unsupported Parameters or Options
This string variable control how winbind retrieves name service information to
construct a user's home directory and login shell. Only the template option is
winbind nss info
functional, the SFU option is not supported by HP CIFS Server. If set to
template, winbind constructs a user's home directory and login shell using the
parameters of template shell and templatehomedir. The default setting
is template
This is a boolean variable. If set to yes, this parameter activates the support for
nested groups. Nested groups are also called local groups or aliases. Nested
winbind nested groups
groups are defined locally on any machine (they are shared between DC's
through their SAM) and can contain users and global groups from any trusted
SAM. To be able to use nested groups, you need to run nss_winbind. This
parameter is not yet supported by HP CIFS Server. You may consider to use net
groupmap. Refer to net groupmap help for detailed information.
A smb.conf Example
An example of smb.conf file is shown below:
[global]
workgroup = DomainA # Doamin name
security = domain or ADS
# Winbindd section
104 Winbind Support