HP CIFS Server 3.0g Administrator's Guide verison A.02.03.01
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 7-2 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 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
winbind nss info
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
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.
winbind nested groups
A smb.conf Example
An example of smb.conf file is shown below:
[global]
workgroup = DomainA # Doamin name
security = domain or ADS
# Winbindd section
idmap uid = 50000-60000
idmap gid = 50000-60000
idmap backend =
winbind enum users = no
winbind enum groups = no
winbind use default domain = no
winbind cache time = 300
winbind separator = \
template homedir = /home/%U
template shell = /sbin/sh
[shareA]
path = /tmp/shareA
guest ok = no
writable = yes
Configuring HP CIFS Server with Winbind 117