|| Modem NC Server Boot File
||


|| Set paths as required.
||
Set Boot$Dir <Obey$Dir>
Set Boot$Path <Boot$Dir>.
Set System$Dir <Boot$Dir>
Set System$Path <System$Dir>.
Set Root$Dir <Boot$Dir>.^
Set Root$Path <Root$Dir>.
Set User$Path NFS::NCDHome.$.
Set NCWriter$SavePath User:Files.Word.


|| Load the Client Authentication Module (only do this if your server is
|| running NCAS configured for your DES enabled smartcards). The system
|| variables override entries on the smartcard.
||
||Set NCAS$IPAddr <NCAS IP address>
||Set NCAS$ListenPort <NCAS listen port>
||Set NCAS$ConnPort <NCAS connect port>
||RMEnsure CAM 0.01 RMLoad System:Modules.CAM


|| Load the server version module.
||
RMEnsure NCConfig 0.18 RMLoad System:Modules.NCServer


|| Set up SafeRun module to allow protected files to be run.
||
RMEnsure SafeRun 0.00 RMLoad System:Modules.SafeRun
SafeRun_Register NFS::NFSBoot.$.


|| Load the HTTP module which supports SSL (comment these lines out if you
|| don't want to load SSL).
||
If "<HTTP$SSLVersion>"<>"2" Then RMLoad System:Modules.httpsmod
RMEnsure HTTP 0.61 RMLoad System:Modules.httpsmod


|| Allow printer PDFs and resources to reside on server.
||
Set Printers$Path System:Printers.,<Printers$Path>
RMReinit PPrimer


|| Set up user mount
||
Boot:Utils.logon /opt_1/nfs/readwrite 195.152.92.1 NCDHome


|| Setup browser variables.
||
Set NCFresco$Help Root:Help.<TV$Type>.NCFresco.index/html
Set NCFresco$Hotlist User:Choices.NCFresco.Hotlist
Set NCFresco$Cookies User:Choices.NCFresco.Cookies
Set NCFresco$Plugins User:Choices.NCFresco.Plugins
Set NCFresco$Users User:Choices.NCFresco.Users
Set NCFresco$Config User:Choices.NCFresco.Config
