HP CIFS Server Administrator Guide Version A.03.01.03 (5900-2006, October 2011)
Table Of Contents
- HP CIFS Server Administrator Guide Version A.03.01.03
- Contents
- About this document
- 1 Introduction to the HP CIFS Server
- 2 Installing and configuring HP CIFS Server
- HP CIFS Server requirements and limitations
- Step 1: Installing HP CIFS Server software
- Step 2: Running the configuration script
- Step 3: Modify the configuration
- Step 4: Starting HP CIFS Server
- Other Samba configuration issues
- 3 Managing HP-UX file access permissions from Windows NT/XP/2000/Vista/Windows 7
- Introduction
- UNIX file permissions and POSIX ACLs
- Using the Windows NT Explorer GUI to create ACLs
- Using the Windows Vista Explorer GUI to create ACLs
- POSIX ACLs and Windows 2000, Windows XP, Windows Vista, and Windows 7 clients
- HP CIFS Server Directory ACLs and Windows 2000, Windows XP, Windows Vista, and Windows 7 clients
- In conclusion
- 4 Windows style domains
- Introduction
- Configure HP CIFS Server as a PDC
- Configure HP CIFS Server as a BDC
- Domain member server
- Create the Machine Trust Accounts
- Configure domain users
- Join a Windows client to a Samba domain
- Roaming profiles
- Configuring user logon scripts
- Home drive mapping support
- Trust relationships
- 5 Windows 2003 and Windows 2008 domains
- 6 LDAP integration support
- Overview
- Network environments
- Summary of installing and configuring
- Installing and configuring your Directory Server
- Installing LDAP-UX Client Services on an HP CIFS Server
- Configuring the LDAP-UX Client Services
- Enabling Secure Sockets Layer (SSL)
- Extending the Samba subschema into your Directory Server
- Migrating your data to the Directory Server
- Configuring the HP CIFS Server
- Creating Samba users in directory
- Management tools
- 7 Winbind support
- 8 Kerberos support
- 9 HP CIFS deployment models
- Introduction
- Samba Domain Model
- Windows Domain Model
- Unified Domain Model
- 10 Securing HP CIFS Server
- 11 Configuring HA HP CIFS
- 12 HP-UX configuration for HP CIFS
- 13 Tool reference
- Glossary
- Index
-n or –myname=<name> Specifies the NetBIOS name. This option allows you to
override the NetBIOS name that Samba uses. The command
line setting will take precedence over parameter settings in
the smb.conf file.
-U or –user=<name> Specifies the user name.
-s or –configfile=<path> Specifies the alternative path name of the Samba
configuration file.
-l or –long Displays full information on each item when listing data.
-V or –version Prints Samba version information.
-P or –machine-pass Authenticate as the machine account.
-C or –comment=<comment> Specifies the descriptive comments. This option is only valid
for the ADD operation.
-c Specifies the LDAP container when adding a user to the
LDAP directory server. The default value is cn=Users.
help Prints a summary of command line options and usage.
Examples
Run the following command to create a Samba user account for the user cifsuser1:
$ net rpc user ADD cifsuser1
Run the following command to delete a Samba account for the user cifsuser2:
$ net rpc user DELETE cifsuser2
Run the following command to list the domain groups for the user cifsuser3:
$ net rpc user INFO cifsuser3
wbinfo
You can use the wbinfo tool to get information from the winbind daemon. To use the wbinfo
tool, you must configure and start up the winbind daemon, winbindd.
Syntax
wbinfo [option]
where option can be any of the following:
-l <pathname> Displays path data with Windows user and group names
that exceed the HP-UX name limitation of 8 characters.
-L<pathname> Displays path data with the fully qualified Windows domain
name appended to the Windows user and group names
that exceed the HP-UX name limitation of 8 characters.
-u, –domain-users Displays all user names and name-uid mappings that are
available in the Windows NT domain for which the
winbindd daemon is operating in. Users in all trusted
domains will also be listed.
-g, –domain-groups Displays all group names and name-gid mappings that are
available in the Windows NT domain for which the
samba(7) daemon is operating in. Groups in all trusted
domains will also be listed.
-N, –WINS-by-name <name> Queries the winbindd daemon to query the WINS server
for the IP address associated with the NetBIOS name
specified by the name parameter.
166 Tool reference