Explorar el Código

Change default CBSL-init user to 'Admin'.

Nashwan Azhari hace 6 años
padre
commit
4abfa53c7e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      coriolis/osmorphing/windows.py

+ 1 - 1
coriolis/osmorphing/windows.py

@@ -365,7 +365,7 @@ class BaseWindowsMorphingTools(base.BaseOSMorphingTools):
 
 
         conf_content = (
         conf_content = (
             "[DEFAULT]\n"
             "[DEFAULT]\n"
-            "username = opc\n"
+            "username = Admin\n"
             "groups = Administrators\n"
             "groups = Administrators\n"
             "verbose = true\n"
             "verbose = true\n"
             "bsdtar_path = %(bin_path)s\\bsdtar.exe\n"
             "bsdtar_path = %(bin_path)s\\bsdtar.exe\n"