samba-tool (8)
Contents
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- COMMANDS
-
- dbcheck
- delegation
- delegation add-service accountname principal [options]
- delegation del-service accountname principal [options]
- delegation for-any-protocol accountname [(on|off)] [options]
- delegation for-any-service accountname [(on|off)] [options]
- delegation show accountname [options]
- dns
- dns add server zone name A|AAAA|PTR|CNAME|NS|MX|SRV|TXT data
- dns delete server zone name A|AAAA|PTR|CNAME|NS|MX|SRV|TXT data
- dns query server zone name A|AAAA|PTR|CNAME|NS|MX|SRV|TXT|ALL [options] data
- dns roothints server [name] [options]
- dns serverinfo server [options]
- dns update server zone name A|AAAA|PTR|CNAME|NS|MX|SRV|TXT olddata newdata
- dns zonecreate server zone [options]
- dns zonedelete server zone [options]
- dns zoneinfo server zone [options]
- dns zonelist server [options]
- domain
- domain classicupgrade [options] classic_smb_conf
- domain dcpromo dnsdomain [DC|RODC] [options]
- domain demote
- domain exportkeytab keytab [options]
- domain info ip_address [options]
- domain join dnsdomain [DC|RODC|MEMBER|SUBDOMAIN] [options]
- domain level show|raise options [options]
- domain passwordsettings show|set options [options]
- domain provision
- drs
- drs bind
- drs kcc
- drs options
- drs replicate destination_DC source_DC NC [options]
- drs showrepl
- dsacl
- dsacl set
- fsmo
- fsmo seize [options]
- fsmo show
- fsmo transfer [options]
- gpo
- gpo create displayname [options]
- gpo del gpo [options]
- gpo dellink container_dn gpo [options]
- gpo fetch gpo [options]
- gpo getinheritance container_dn [options]
- gpo getlink container_dn [options]
- gpo list username [options]
- gpo listall
- gpo listcontainers gpo [options]
- gpo setinheritance container_dn block|inherit [options]
- gpo setlink container_dn gpo [options]
- gpo show gpo [options]
- group
- group add groupname [options]
- group addmembers groupname members [options]
- group delete groupname [options]
- group list
- group listmembers groupname [options]
- group removemembers groupname members [options]
- ldapcmp URL1 URL2 domain|configuration|schema|dnsdomain|dnsforest [options]
- ntacl
- ntacl get file [options]
- ntacl set acl file [options]
- ntacl sysvolcheck
- ntacl sysvolreset
- rodc
- rodc preload SID|DN|accountname [options]
- sites
- sites create site [options]
- sites remove site [options]
- spn
- spn add name user [options]
- spn delete name [user] [options]
- spn list user [options]
- testparm
- time
- user
- user add username [password]
- user create username [password]
- user delete username [options]
- user disable username
- user enable username
- user list
- user password [options]
- user setexpiry username [options]
- user setpassword username [options]
- vampire [options] domain
- help
- VERSION
- AUTHOR
NAME
samba-tool - Main Samba administration tool.SYNOPSIS
- samba-tool [-h] [-W myworkgroup] [-U user] [-d debuglevel] [--v]
DESCRIPTION
This tool is part of the samba(7) suite.
OPTIONS
-h|--help
- Show this help message and exit
--realm=REALM
- Set the realm name
--simple-bind-dn=DN
- DN to use for a simple bind
--password=PASSWORD
- Password
-U USERNAME|--username=USERNAME
- Username
-W WORKGROUP|--workgroup=WORKGROUP
- Workgroup
-N|--no-pass
- Don't ask for a password
-k KERBEROS|--kerberos=KERBEROS
- Use Kerberos
--ipaddress=IPADDRESS
- IP address of the server
-d|--debuglevel=level
-
level
is an integer from 0 to 10. The default value if this parameter is not specified is 1.
The higher this value, the more detail will be logged to the log files about the activities of the server. At level 0, only critical errors and serious warnings will be logged. Level 1 is a reasonable level for day-to-day running - it generates a small amount of information about operations carried out.
Levels above 1 will generate considerable amounts of log data, and should only be used when investigating a problem. Levels above 3 are designed for use only by developers and generate HUGE amounts of log data, most of which is extremely cryptic.
Note that specifying this parameter here will override the m[blue]log levelm[] parameter in the smb.conf file.
-V|--version
- Prints the program version number.
-s|--configfile=<configuration file>
- The file specified contains the configuration details required by the server. The information in this file includes server-specific information such as what printcap file to use, as well as descriptions of all the services that the server is to provide. See smb.conf for more information. The default configuration file name is determined at compile time.
-l|--log-basename=logdirectory
- Base directory name for log/debug files. The extension ".progname" will be appended (e.g. log.smbclient, log.smbd, etc...). The log file is never removed by the client.
--option=<name>=<value>
- Set the smb.conf(5) option "<name>" to value "<value>" from the command line. This overrides compiled-in defaults and options read from the configuration file.
COMMANDS
dbcheck
Check the local AD database for errors.
delegation
delegation add-service accountname principal [options]
Add a service principal as msDS-AllowedToDelegateTo.
delegation del-service accountname principal [options]
Delete a service principal as msDS-AllowedToDelegateTo.
delegation for-any-protocol accountname [(on|off)] [options]
Set/unset UF_TRUSTED_TO_AUTHENTICATE_FOR_DELEGATION (S4U2Proxy) for an account.
delegation for-any-service accountname [(on|off)] [options]
Set/unset UF_TRUSTED_FOR_DELEGATION for an account.
delegation show accountname [options]
Show the delegation setting of an account.
dns
Manage Domain Name Service (DNS).
dns add server zone name A|AAAA|PTR|CNAME|NS|MX|SRV|TXT data
dns delete server zone name A|AAAA|PTR|CNAME|NS|MX|SRV|TXT data
dns query server zone name A|AAAA|PTR|CNAME|NS|MX|SRV|TXT|ALL [options] data
dns roothints server [name] [options]
dns serverinfo server [options]
dns update server zone name A|AAAA|PTR|CNAME|NS|MX|SRV|TXT olddata newdata
dns zonecreate server zone [options]
dns zonedelete server zone [options]
dns zoneinfo server zone [options]
dns zonelist server [options]
domain
domain classicupgrade [options] classic_smb_conf
Upgrade from Samba classic (NT4-like) database to Samba AD DC database.
domain dcpromo dnsdomain [DC|RODC] [options]
Promote an existing domain member or NT4 PDC to an AD DC.
domain demote
Demote ourselves from the role of domain controller.
domain exportkeytab keytab [options]
Dumps Kerberos keys of the domain into a keytab.
domain info ip_address [options]
Print basic info about a domain and the specified DC.
domain join dnsdomain [DC|RODC|MEMBER|SUBDOMAIN] [options]
Join a domain as either member or backup domain controller.
domain level show|raise options [options]
Show/raise domain and forest function levels.
domain passwordsettings show|set options [options]
domain provision
Promote an existing domain member or NT4 PDC to an AD DC.
drs
Manage Directory Replication Services (DRS).
drs bind
Show DRS capabilities of a server.
drs kcc
Trigger knowledge consistency center run.
drs options
Query or change options for NTDS Settings object of a domain controller.
drs replicate destination_DC source_DC NC [options]
Replicate a naming context between two DCs.
drs showrepl
dsacl
dsacl set
Modify access list on a directory object.
fsmo
Manage Flexible Single Master Operations (FSMO).
fsmo seize [options]
fsmo show
fsmo transfer [options]
gpo
Manage Group Policy Objects (GPO).
gpo create displayname [options]
gpo del gpo [options]
gpo dellink container_dn gpo [options]
Delete GPO link from a container.
gpo fetch gpo [options]
gpo getinheritance container_dn [options]
Get inheritance flag for a container.
gpo getlink container_dn [options]
List GPO Links for a container.
gpo list username [options]
gpo listall
gpo listcontainers gpo [options]
List all linked containers for a GPO.
gpo setinheritance container_dn block|inherit [options]
Set inheritance flag on a container.
gpo setlink container_dn gpo [options]
Add or Update a GPO link to a container.
gpo show gpo [options]
group
group add groupname [options]
group addmembers groupname members [options]
group delete groupname [options]
group list
group listmembers groupname [options]
List all members of the specified AD group.
group removemembers groupname members [options]
Remove members from the specified AD group.
ldapcmp URL1 URL2 domain|configuration|schema|dnsdomain|dnsforest [options]
ntacl
ntacl get file [options]
ntacl set acl file [options]
ntacl sysvolcheck
Check sysvol ACLs match defaults (including correct ACLs on GPOs).
ntacl sysvolreset
Reset sysvol ACLs to defaults (including correct ACLs on GPOs).
rodc
Manage Read-Only Domain Controller (RODC).
rodc preload SID|DN|accountname [options]
Preload one account for an RODC.
sites
sites create site [options]
sites remove site [options]
spn
Manage Service Principal Names (SPN).
spn add name user [options]
spn delete name [user] [options]
spn list user [options]
testparm
Check the syntax of the configuration file.
time
Retrieve the time on a server.
user
user add username [password]
Create a new user. Please note that this subcommand is deprecated and available for compatibility reasons only. Please use samba-tool user create instead.
user create username [password]
Create a new user in the Active Directory Domain.
user delete username [options]
Delete an existing user account.
user disable username
user enable username
user list
user password [options]
Change password for an user account (the one provided in authentication).
user setexpiry username [options]
Set the expiration of an user account.
user setpassword username [options]
Sets or resets the password of an user account.
vampire [options] domain
Join and synchronise a remote AD domain to the local server. Please note that samba-tool vampire is deprecated, please use samba-tool domain join instead.
help
VERSION
This man page is complete for version 4 of the Samba suite.
AUTHOR
The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.
The samba-tool manpage was written by Karolin Seeger.