diff -u -r --new-file --exclude .svn --exclude CVS samba-3.0.9/docs/htmldocs/manpages.html samba-3.0.10/docs/htmldocs/manpages.html --- samba-3.0.9/docs/htmldocs/manpages.html 2004-11-15 10:14:50.000000000 -0600 +++ samba-3.0.10/docs/htmldocs/manpages.html 2004-12-15 10:23:08.000000000 -0600 @@ -1 +1,55 @@ -
A utility for printing and editing NT4 registry files + +
list info about machines that respond to SMB + name queries on a subnet +
The Samba NetBIOS hosts file +
Extract network traces from Samba log files +
mount using the Common Internet File System (CIFS) +
Tool for administration of Samba and remote + CIFS servers. + +
NetBIOS name server to provide NetBIOS + over IP naming services to clients +
NetBIOS over TCP/IP client used to lookup NetBIOS + names +
tool to allow external access to Winbind's NTLM authentication function +
PAM module for Winbind +
manage the SAM database (Database of Samba Users) +
A utility to report and change SIDs in registry files + +
tool for executing client side + MS-RPC functions +
A Windows SMB/CIFS fileserver for UNIX +
The configuration file for the Samba suite +
Set or get ACLs on an NT file or directory names +
ftp-like client to access SMB/CIFS resources + on servers +
send messages to smbd, nmbd or winbindd processes +
Set or get QUOTAs of NTFS 5 shares +
server to provide SMB/CIFS services to clients +
wget-like utility for download files over SMB +
configuration file for smbget +
helper utility for mounting SMB filesystems +
mount an smbfs filesystem +
The Samba encrypted password file +
change a user's SMB password +
Allows access to remote SMB shares + using UNIX commands +
send a print file to an SMB printer +
report on current Samba connections +
shell script for backing up SMB/CIFS shares + directly to UNIX tape drives +
A text based smb network browser + +
smbfs umount for normal users +
Samba Web Administration Tool +
tool for backing up and for validating the integrity of samba .tdb files +
tool for printing the contents of a TDB file +
check an smb.conf configuration file for + internal correctness +
check printer name for validity with smbd +
tool for testing samba VFS modules +
Query information from winbind daemon +
Name Service Switch daemon for resolving names + from NT servers +
Manage the mappings between Windows group SIDs and UNIX groups. Parameters take the for "parameter=value". Common options include:
unixgroup - Name of the UNIX group
ntgroup - Name of the Windows NT group (must be resolvable to a SID
rid - Unsigned 32-bit integer
sid - Full SID in the form of "S-1-..."
type - Type of the group; either 'domain', 'local', - or 'builtin'
comment - Freeform text description of the group
Add a new group mapping entry
net groupmap add {rid=int|sid=string} unixgroup=string [type={domain|local|builtin}] [ntgroup=string] [comment=string]
Prints out the highest RID currently in use on the local + or 'builtin'
comment - Freeform text description of the group
Add a new group mapping entry
net groupmap add {rid=int|sid=string} unixgroup=string [type={domain|local}] [ntgroup=string] [comment=string]
Delete a group mapping entry. If more then one group name matches, the first entry found is deleted.
net groupmap delete {ntgroup=string|sid=SID}
Update en existing group entry
net groupmap modify {ntgroup=string|sid=SID} [unixgroup=string] [comment=string] [type={domain|local}]
List existing group mapping entries
net groupmap list [verbose] [ntgroup=string] [sid=SID]
Prints out the highest RID currently in use on the local server (by the active 'passdb backend'). -
Print information about the domain of the remote server, such as domain name, domain sid and number of users and groups. -
Remove interdomain trust account for DOMAIN from the remote server. -
Currently NOT implemented.
Shut down the remote server.
Reboot after shutdown.
Force shutting down all applications. @@ -130,22 +130,22 @@ Timeout before system will be shut down. An interactive user of the system can use this time to cancel the shutdown.
Display the specified message on the screen to -announce the shutdown.
Export users, aliases and groups from remote server to local server. Can only be run an a BDC. -
Print out status of machine account of the local machine in ADS. Prints out quite some debug info. Aimed at developers, regular -users should use NET ADS TESTJOIN.
Perform a raw LDAP search on a ADS server and dump the results. The expression is a standard LDAP search expression, and the attributes are a list of LDAP fields to show in the results.
Example: net ads search '(objectCategory=group)' sAMAccountName -
Perform a raw LDAP search on a ADS server and dump the results. The DN standard LDAP DN, and the attributes are a list of LDAP fields to show in the result. -
Example: net ads dn 'CN=administrator,CN=Users,DC=my,DC=domain' SAMAccountName