1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-10 21:49:28 +03:00
Files
samba-mirror/source4
Nadezhda Ivanova dffb5ad2bf Implemented net fsmo command for transferring fsmo roles
The command allows the user to transfer a fsmo role to the server to which
the connection is established. Roles can be transferred or seized. By default a
transfer is attempted even if seize option is chosen, as it is dangerous to
seize a role if the current owner is still running.
example use:
net fsmo show --host=hostnameoraddress --username=username --password=password
net fsmo transfer --role=role --host=hostnameoraddress --username=username --password=password
net fsmo seize --role=role --host=hostnameoraddress --username=username --password=password [--force]

Tested against Win2008. Does not work for samba 4 yet as we are missing the GetNCChanges extensions.
2010-01-27 17:57:37 +02:00
..
2010-01-21 16:15:11 +13:00
2010-01-22 11:16:24 -05:00
2010-01-21 16:15:11 +13:00
2010-01-21 16:15:11 +13:00
2009-06-18 00:54:17 +02:00
2010-01-11 17:05:06 +11:00