Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DesktopAccessScriptConfigure = template.Must(template.New("desktop-access-configure-ad").Parse(desktopAccessScriptConfigure))
View Source
var DesktopAccessScriptInstallADCS string
desktopAccessInstallADCSScript is the script that will run on the windows machine and install Active Directory Certificate Services
View Source
var DesktopAccessScriptInstallADDS string
desktopAccessInstallADDSScript is the script that will run on the windows machine and install Active Directory Domain Services
View Source
var ErrorBashScript = []byte(`
#!/bin/sh
echo -e "An error has occurred. \nThe token may be expired or invalid. \nPlease check log for further details."
exit 1
`)
ErrorBashScript is used to display friendly error message when there is an error prepping the actual script.
View Source
var InstallNodeBashScript = template.Must(template.New("nodejoin").Parse(installNodeBashScript))
Functions ¶
func SetScriptHeaders ¶
SetScriptHeaders sets response headers to plain text.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.