1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-02-03 13:47:14 +03:00

Fixed not rebooting machine on join domain on windows XP

This commit is contained in:
Adolfo Gómez García 2015-11-26 08:06:15 +01:00
parent f463f586a3
commit 0365376ab0

View File

@ -150,7 +150,7 @@ class UDSActorSvc(win32serviceutil.ServiceFramework, CommonService):
operations.renameComputer(name)
logger.info(
'Rebooting computer got activate new name {}'.format(name))
self.reboot()
self.reboot()
def joinDomain(self, name, domain, ou, account, password):
ver = operations.getWindowsVersion()