Hell again. I'm back with another question.
I have a few computers in our instance now. I need to know where I can set the "ManifetURL" and "SoftwareRepoURL" that is input when a Client_Prefs.plist is generated.
Currently mine look like this:
------------------------------------------------------------------
<key>ManifestURL</key>
<string><FQDN>:80</string>
<key>SoftwareRepoURL</key>
<string><FQDN>:80</string>
----------------------------------
When applied to a client that errors out.
However if I replace the '<FQDN>:80' with 'http://<FQDN>' it works just fine.
Is it possible to set this variable globally? If so, where do I do so? I have not found a place in the webpages, so I'm assuming it's going to be in a config file or in the code somewhere...
Thanks in advance!