Skip to main content
Version: 3026.4

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:

OptionDescription
-c <path>
or
--config <path>
Path to the configuration file.
-f
or
--force
Overwrite existing files.
-h
or
--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:

CommandDescription
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>.
usersImport local SAM user accounts.