Created
May 2, 2013 16:42
-
-
Save mckartha/5503514 to your computer and use it in GitHub Desktop.
samba-tool syntax
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # samba-tool | |
| Usage: samba-tool <subcommand> | |
| Main samba administration tool. | |
| Options: | |
| -h, --help show this help message and exit | |
| Version Options: | |
| -V, --version Display version number | |
| Available subcommands: | |
| dbcheck - Check local AD database for errors. | |
| delegation - Delegation management. | |
| dns - Domain Name Service (DNS) management. | |
| domain - Domain management. | |
| drs - Directory Replication Services (DRS) management. | |
| dsacl - DS ACLs manipulation. | |
| fsmo - Flexible Single Master Operations (FSMO) roles management. | |
| gpo - Group Policy Object (GPO) management. | |
| group - Group management. | |
| ldapcmp - Compare two ldap databases. | |
| ntacl - NT ACLs manipulation. | |
| processes - List processes (to aid debugging on systems without setproctitle). | |
| rodc - Read-Only Domain Controller (RODC) management. | |
| sites - Sites management. | |
| spn - Service Principal Name (SPN) management. | |
| testparm - Syntax check the configuration file. | |
| time - Retrieve the time on a server. | |
| user - User management. | |
| vampire - Join and synchronise a remote AD domain to the local server. | |
| For more help on a specific subcommand, please type: samba-tool <subcommand> (-h|--help) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment