tsmb-migrate
The tsmb-migrate tool imports configuration and user data from an existing Samba/Winbind installation into Fusion SMB. It can import the Winbind ID mapping table, the machine account password used for Netlogon, and local SAM user accounts.
Usage: tsmb-migrate [<option>...] <command> [<arg>...]
Available Options:
| Option | Description |
|---|---|
-c <path>or --config <path> | Path to the configuration file. |
-for --force | Overwrite existing files. |
-hor --help | Show help information and exit. |
-p <path>or --samba-private-dir <path> | Path to the Samba private directory. |
--samba-state-dir <path> | Path to the Samba state directory. |
Available Commands:
| Command | Description |
|---|---|
idmap (tdb|autorid) | Import the Winbind ID mapping table from the specified persistent backend (tdb or autorid). The imported table is written to the file configured with the userdb_idmap_table global parameter. |
machine-password [<domain>] | Import the machine account password (used for connecting to Netlogon). Optionally scoped to <domain>. |
users | Import local SAM user accounts. |