home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Security / Security.zip / swp401.zip / SSETUP.RSP < prev    next >
Text File  |  1996-05-22  |  20KB  |  697 lines

  1. **--------------------------------------------------------------------------
  2. **
  3. ** The Secure Workplace for OS/2
  4. **
  5. ** Sample Installation Response file
  6. **
  7. ** Copyright (C) SYNTEGRATION 1993, 1995 All rights reserved.
  8. **
  9. **
  10. ** Specifies parameters for use with SSETUP.EXE in unattended mode.
  11. ** Blank lines or lines that start with an asterisk "*" are ignored.
  12. ** In general, all lines that do not contain a keyword are ignored.
  13. ** Whenever a YES or NO response is required you may substitute "1" for
  14. ** YES and "0" for NO
  15. **
  16. ** Source, Target, and Network Directories are set on the command line
  17. ** Station Name, and Install Log File can be set on the command line
  18. **
  19. **--------------------------------------------------------------------------
  20.  
  21. **--------------------------------------------------------------------------
  22. **
  23. ** InstallFiles
  24. **
  25. **    Specifies that files are to be copied from the source directory
  26. **    to the target directory. Both the source and target directories
  27. **    must be given on the SSETUP.EXE command line
  28. **
  29. **    Valid parameters:
  30. **
  31. **       Yes = Copy files (DEFAULT)
  32. **       1   = Copy files (DEFAULT)
  33. **       NO  = Do not copy files
  34. **       0   = Do not copy files
  35. **
  36. **--------------------------------------------------------------------------
  37.  
  38. InstallFiles = yes
  39.  
  40. **--------------------------------------------------------------------------
  41. **
  42. ** BuildObjects
  43. **
  44. **    Specifies that objects corresponding to the installed components
  45. **    should be created. The Objects will be created in
  46. **    "The Secure Workplace Utilities" folder.
  47. **
  48. **    Valid parameters:
  49. **
  50. **       YES = Create objects(DEFAULT)
  51. **       NO  = Do not create objects
  52. **
  53. **--------------------------------------------------------------------------
  54.  
  55. BuildObjects = yes
  56.  
  57.  
  58. **--------------------------------------------------------------------------
  59. **
  60. ** SecuritySystem
  61. **
  62. **    Specifies whether the security system should be installed
  63. **
  64. **    Valid parameters:
  65. **
  66. **       YES = Install the security System (DEFAULT)
  67. **       NO  = Do not install the security system
  68. **
  69. **--------------------------------------------------------------------------
  70.  
  71. SecuritySystem = yes
  72.  
  73. **--------------------------------------------------------------------------
  74. **
  75. ** AdminTools
  76. **
  77. **    Specifies whether the Administrative Tools should be installed
  78. **
  79. **    Valid parameters:
  80. **
  81. **       YES = Install the Administrative Tools (DEFAULT)
  82. **       NO  = Do not install the Administrative tools
  83. **
  84. **--------------------------------------------------------------------------
  85.  
  86. AdminTools = yes
  87.  
  88. **--------------------------------------------------------------------------
  89. **
  90. ** ObjectManager
  91. **
  92. **    Specifies that the object manager class should be registered
  93. **
  94. **    Valid parameters:
  95. **
  96. **       YES = Register the Object Manager (DEFAULT)
  97. **       NO  = Do not register the Object Manager
  98. **
  99. **--------------------------------------------------------------------------
  100.  
  101. ObjectManager = yes
  102.  
  103. **--------------------------------------------------------------------------
  104. **
  105. ** UtilityPrograms
  106. **
  107. **    Specifies whether the Utility Programs should be installed
  108. **    These Utilities Include:
  109. **       Object Editor
  110. **       System Shutdown
  111. **       REXX Utility Programs
  112. **
  113. **    Valid parameters:
  114. **
  115. **       YES = Install the Utilities (DEFAULT)
  116. **       NO  = Do not install
  117. **
  118. **--------------------------------------------------------------------------
  119.  
  120. UtilityPrograms = yes
  121.  
  122. **--------------------------------------------------------------------------
  123. **
  124. ** ImageBackup
  125. **
  126. **    Specifies whether the Desktop Image Manager should
  127. **    be installed. In the Professional Edition this refers to the
  128. **    Traveling Workplace
  129. **
  130. **    Valid parameters:
  131. **
  132. **       YES = Install the image backup system (DEFAULT)
  133. **       NO  = Do not install
  134. **
  135. **--------------------------------------------------------------------------
  136.  
  137. ImageBackup = yes
  138.  
  139. **--------------------------------------------------------------------------
  140. **
  141. ** TravelingWorkplace
  142. **
  143. **    Specifies whether the Traveling Workplace should be installed
  144. **    This option is only meaningful for the Enterprise Edition.
  145. **
  146. **    Valid parameters:
  147. **
  148. **       YES = Install the Traveling Workplace (DEFAULT)
  149. **       NO  = Do not install
  150. **
  151. **--------------------------------------------------------------------------
  152.  
  153. TravelingWorkplace = yes
  154.  
  155. **--------------------------------------------------------------------------
  156. **
  157. ** SampleFiles
  158. **
  159. **    Specifies whether the sample files should be installed
  160. **
  161. **    Valid parameters:
  162. **
  163. **       YES = Copy the sample files from the source directory (DEFAULT)
  164. **       NO  = Do not copy the sample files
  165. **
  166. **--------------------------------------------------------------------------
  167.  
  168. SampleFiles = yes
  169.  
  170. **--------------------------------------------------------------------------
  171. **
  172. ** OnlineReference
  173. **
  174. **    Specifies whether on-line references should be installed
  175. **
  176. **    Valid parameters:
  177. **
  178. **       YES = Install the on-line references (DEFAULT)
  179. **       NO  = Do not install the on-line refernces
  180. **
  181. **--------------------------------------------------------------------------
  182.  
  183. OnlineReference = yes
  184.  
  185. **--------------------------------------------------------------------------
  186. **
  187. ** StationName
  188. **
  189. **    Specifies the name used in the audit trail that will uniquely identify
  190. **    the workstation you are installing.
  191. **    We recommend setting this parameter on the command line
  192. **
  193. **    Valid parameters:
  194. **
  195. **       Any alphanumeric name up to 12 characters long.
  196. **
  197. **--------------------------------------------------------------------------
  198.  
  199. *StationName = Station1
  200.  
  201. **--------------------------------------------------------------------------
  202. **
  203. ** DefaultPrivileges
  204. **
  205. **    Specifies the Default Privileges
  206. **    See Online Reference or User Manual for more details
  207. **
  208. **    Valid parameters:
  209. **
  210. **       FULL - Grant FULL privileges by default
  211. **       NONE - Grant NO privilege by default (DEFAULT)
  212. **
  213. **--------------------------------------------------------------------------
  214.  
  215. DefaultPrivileges = NONE
  216.  
  217. **--------------------------------------------------------------------------
  218. **
  219. ** UpdateFromNetworkDir
  220. **
  221. **    Specifies whether to update the user repository and
  222. **    Resource Access Control list from the Network Directory
  223. **
  224. **    Valid parameters:
  225. **
  226. **       YES - Update the Local User List and ACL from Network Dir
  227. **       NO  - No Update (DEFAULT)
  228. **
  229. **--------------------------------------------------------------------------
  230.  
  231. UpdateFromNetworkDir = NO
  232.  
  233. **--------------------------------------------------------------------------
  234. **
  235. ** MinPasswordLength
  236. **
  237. **    Specifies minimum password length allowed local passwords
  238. **
  239. **    Valid parameters:
  240. **
  241. **       A number less than or equal to 15
  242. **
  243. **--------------------------------------------------------------------------
  244.  
  245. MinPasswordLength = 4
  246.  
  247. **--------------------------------------------------------------------------
  248. **
  249. ** ExpirePasswords
  250. **
  251. **    Specifies whether to Expire passwords
  252. **
  253. **    Valid parameters:
  254. **
  255. **       YES - Password Expire after administrator settings
  256. **       NO  - Passwords Do Not Expire (DEFAULT)
  257. **
  258. **--------------------------------------------------------------------------
  259.  
  260. ExpirePasswords = no
  261.  
  262. **--------------------------------------------------------------------------
  263. **
  264. ** InvalidSignonsAllowed
  265. **
  266. **    Specifies a number of invalid signons allowed.
  267. **
  268. **    Valid parameters:
  269. **
  270. **       0 - Disables this feature
  271. **       N - a number greater than zero.
  272. **
  273. **--------------------------------------------------------------------------
  274.  
  275. InvalidSignonsAllowed = 0
  276.  
  277. **--------------------------------------------------------------------------
  278. **
  279. ** DisableKeyboardReboot
  280. **
  281. **    Specifies whether to allow <CTRL+ALT+DEL> reboots.
  282. **
  283. **    Valid parameters:
  284. **
  285. **       YES - Disables Keyboard Reboots
  286. **       NO  - Enables Keyboard Reboots.
  287. **
  288. **--------------------------------------------------------------------------
  289.  
  290. DisableKeyboardReboot = no
  291.  
  292. **--------------------------------------------------------------------------
  293. **
  294. ** DisableALTF1
  295. **
  296. **    Specifies whether to allow archive recovery with ALT+F1
  297. **
  298. **    Valid parameters:
  299. **
  300. **       YES - Disables Archive Recovery
  301. **       NO  - Enables Archive Recovery
  302. **
  303. **--------------------------------------------------------------------------
  304.  
  305. DisableALTF1 = 0
  306.  
  307. **--------------------------------------------------------------------------
  308. **
  309. ** ScreenSaver
  310. **
  311. **    Specifies whether to activate the keyboard lock and screen saver
  312. **
  313. **    Valid parameters:
  314. **
  315. **       YES - Activate the keylock and screen saver after the timeout
  316. **       NO  - Do Not activate the keylock and screen saver
  317. **
  318. **--------------------------------------------------------------------------
  319.  
  320. ScreenSaver = yes
  321.  
  322. **--------------------------------------------------------------------------
  323. **
  324. ** LockupTimeout
  325. **
  326. **    Specifies a lockup timeout value in minutes.
  327. **    This countdown starts when user input stops.
  328. **    after the timout the screen saver is activated
  329. **
  330. **    Valid parameters:
  331. **
  332. **       a number greater than or equal to zero.
  333. **
  334. **--------------------------------------------------------------------------
  335.  
  336. LockupTimeout = 10
  337.  
  338. **--------------------------------------------------------------------------
  339. **
  340. ** AdminsUseDynamic
  341. **
  342. **    Specifies whether Administrators should Use a Dynamic Password
  343. **
  344. **    Valid parameters:
  345. **
  346. **       YES - Administrators use Dynamic password for Local Logon
  347. **       NO  - Administrators do NOT use Dynamic password for Local Logon
  348. **
  349. **--------------------------------------------------------------------------
  350.  
  351. AdminsUseDynamic = no
  352.  
  353. **--------------------------------------------------------------------------
  354. **
  355. ** DateCypher
  356. **
  357. **    Specifies a seed for generating time based passwords.
  358. **
  359. **    Valid parameters:
  360. **
  361. **       an upper case string up to 12 characters long.
  362. **
  363. **--------------------------------------------------------------------------
  364.  
  365. DateCypher = PASSWORD
  366.  
  367. **--------------------------------------------------------------------------
  368. **
  369. ** TimeBasePeriod
  370. **
  371. **    Specifies the period to used for timebased passwords.
  372. **
  373. **    Valid parameters:
  374. **
  375. **       0 = Time based password change every minute
  376. **       1 = Time based password change every hour
  377. **       2 = Time based password change every day
  378. **
  379. **--------------------------------------------------------------------------
  380.  
  381. TimeBasePeriod = 0
  382.  
  383. **--------------------------------------------------------------------------
  384. **
  385. ** MultiDesktopManagement
  386. **
  387. **    Specifies whether Multiple Desktop Management is used
  388. **
  389. **    Valid Parameters:
  390. **       YES - Use Multiple Desktop Management
  391. **       NO  - Do not Use Multi Desktop management
  392. **
  393. **--------------------------------------------------------------------------
  394.  
  395. MultiDesktopManagement = no
  396.  
  397. **--------------------------------------------------------------------------
  398. **
  399. ** SaveDeskAtSignoff
  400. **
  401. **    Specifies Whether to Save the desktop when the user signs off
  402. **
  403. **    Valid Parameters:
  404. **       YES - Save Desktop When User Signs off
  405. **       NO  - Do Not Save At Signoff
  406. **
  407. **--------------------------------------------------------------------------
  408.  
  409. SaveDeskAtSignoff = 0
  410.  
  411. **--------------------------------------------------------------------------
  412. **
  413. ** ResetDeskAtStartup
  414. **
  415. **    Specifies Whether to Reset the Desktop at System Startup
  416. **
  417. **    Valid Parameters:
  418. **       YES - Reset The Desktop at Startup
  419. **       NO  - Do Not Reset the Desktop At System Startup
  420. **
  421. **--------------------------------------------------------------------------
  422.  
  423. ResetDeskAtStartup = 0
  424.  
  425. **--------------------------------------------------------------------------
  426. **
  427. ** RestoreCommand
  428. **
  429. **    Specifies a command to be used for building a Desktop before the
  430. **    Workplace shell starts
  431. **
  432. **    Valid parameters:
  433. **
  434. **       Any command string that can be executed from the command line
  435. **       see your reference manual for more details.
  436. **
  437. **--------------------------------------------------------------------------
  438.  
  439. *RestoreCommand = "twkplace.exe /restore /noprompt /noupdate /loc=%ARCHIVE /log=%logfile"
  440.  
  441. **--------------------------------------------------------------------------
  442. **
  443. ** SaveCommand
  444. **
  445. **    Specifies a command to be used for saving a user desktop
  446. **
  447. **    Valid parameters:
  448. **
  449. **       Any command string that can be executed from the command line
  450. **       see your reference manual for more details.
  451. **
  452. **--------------------------------------------------------------------------
  453.  
  454. *SaveCommand = "twkplace.exe /backup /noprompt /noupdate /loc=%ARCHIVE /log=%logfile"
  455.  
  456. **--------------------------------------------------------------------------
  457. **
  458. ** BuildCommand
  459. **
  460. **    Specifies a command to be used for Building a Desktop after the
  461. **    Workplace shell starts
  462. **
  463. **    Valid parameters:
  464. **
  465. **       Any command string that can be executed from the command line
  466. **       see your reference manual for more details.
  467. **
  468. **--------------------------------------------------------------------------
  469.  
  470. *BuildCommand = "objedit.exe /nologo /run=%ARCHIVE\userdesk.omf /log=%logfile"
  471.  
  472. **--------------------------------------------------------------------------
  473. **
  474. ** ResetCommand
  475. **
  476. **    Specifies a command to be used for reseting the Desktop when the
  477. **    system start before a user signs-on starts
  478. **
  479. **    Valid parameters:
  480. **
  481. **       Any command string that can be executed from the command line
  482. **       see your reference manual for more details.
  483. **
  484. **--------------------------------------------------------------------------
  485.  
  486. *ResetCommand = "twkplace.exe /restore /update /noprompt /loc=c:\swp\archive /log=%logfile"
  487.  
  488. **--------------------------------------------------------------------------
  489. **
  490. ** AutoGuest
  491. **
  492. **    Specifies whether AutoGuest Mode is enabled
  493. **
  494. **    Valid Parameters:
  495. **       YES - AutoGuest Enabled
  496. **       NO  - AutoGuest Disabled (DEFAULT)
  497. **
  498. **--------------------------------------------------------------------------
  499.  
  500. AutoGuest = no
  501.  
  502. **--------------------------------------------------------------------------
  503. **
  504. ** GuestName
  505. **
  506. **    Specifies the GUEST name to be used with AUTOGUEST.
  507. **    Guest Name cannot be a local administrator.
  508. **    Guest Passsword is the same as Guest Name
  509. **
  510. **    Valid Parameters:
  511. **
  512. **       An AlphaNumeric String with a maximum length of 15 characters
  513. **
  514. **--------------------------------------------------------------------------
  515.  
  516. GuestName = "GUEST"
  517.  
  518. **--------------------------------------------------------------------------
  519. **
  520. ** LocalAuthentication
  521. **
  522. **    Specifies whether Local Authentication is Allowed for users
  523. **
  524. **    Valid Parameters:
  525. **       YES - Local Authentication Allowed  ( DEFAULT )
  526. **       NO  - Local Authentication not allowed
  527. **
  528. **--------------------------------------------------------------------------
  529.  
  530. LocalAuthentication = yes
  531.  
  532. **--------------------------------------------------------------------------
  533. **
  534. ** SingleSignonType
  535. **
  536. **    Specifies Type of Single Signon
  537. **
  538. **    Valid Parameters:
  539. **       0 - No Additional signon (DEFAULT-Local signon implied unless AutoGuest)
  540. **       1 - Sign ON with UPM Domain
  541. **       2 - Signon With Network Signon Coordinator
  542. **       3 - Signon With Custom Program
  543. **       4 - Signon With User Profile Manager Local
  544. **       5 - Signon With User Profile Manager Node
  545. **
  546. **--------------------------------------------------------------------------
  547.  
  548. SingleSignonType = 0
  549.  
  550. **--------------------------------------------------------------------------
  551. **
  552. ** LogonCommand
  553. **
  554. **    Specifies a command string that will be used for Custom Logon
  555. **
  556. **    Valid Parameters:
  557. **       See your reference manual for more details.
  558. **
  559. **--------------------------------------------------------------------------
  560.  
  561. LogonCommand = "logon.exe %user /p=%password"
  562.  
  563. **--------------------------------------------------------------------------
  564. **
  565. ** LogoffCommand
  566. **
  567. **    Specifies a command string that will be used for Custom Logoff
  568. **
  569. **    Valid Parameters:
  570. **       see your reference manual for more details.
  571. **
  572. **--------------------------------------------------------------------------
  573.  
  574. LogoffCommand = logoff.exe
  575.  
  576. **--------------------------------------------------------------------------
  577. **
  578. ** ChangePassword
  579. **
  580. **    Specifies a command string that will be used for Custom Change Password
  581. **
  582. **    Valid Parameters:
  583. **       see your reference manual for more details.
  584. **
  585. **--------------------------------------------------------------------------
  586.  
  587. *ChangePassword =
  588.  
  589. **--------------------------------------------------------------------------
  590. **
  591. ** UPMRemoteName
  592. **
  593. **    Specifies the User Profile Manager Default Remote Name
  594. **    The Parameter is required for Node Logon only. The Network Requester
  595. **    will automatically pickup your remote name for LANSERVER logons
  596. **
  597. **    Valid Parameters:
  598. **       Any valid remote name
  599. **
  600. **--------------------------------------------------------------------------
  601.  
  602. UPMRemoteName = "MYSERVER"
  603.  
  604. **--------------------------------------------------------------------------
  605. **
  606. ** AuditEnabled
  607. **
  608. **    Specifies a Audit Trail Selections
  609. **
  610. **    Valid Parameters:
  611. **
  612. **       YES - Writes Audit Information to the selected Log File
  613. **       NO  - Does not write Audit Information to the log file
  614. **
  615. **--------------------------------------------------------------------------
  616.  
  617. AuditEnabled = no
  618.  
  619. **--------------------------------------------------------------------------
  620. **
  621. ** AuditLocal
  622. **
  623. **    Specifies whether audit information should be written to the
  624. **    local log file
  625. **
  626. **    Valid Parameters:
  627. **
  628. **       YES - Writes Audit info to the local Log File
  629. **       NO  - does not write Audit Info to the local log file
  630. **
  631. **--------------------------------------------------------------------------
  632.  
  633. AuditLocal   = no
  634.  
  635. **--------------------------------------------------------------------------
  636. **
  637. ** AuditRemote
  638. **
  639. **    Specifies whether to write to the remote log file
  640. **
  641. **    Valid Parameters:
  642. **
  643. **       YES - Writes to the remote log file
  644. **       NO  - Does not write remote log file
  645. **
  646. **--------------------------------------------------------------------------
  647.  
  648. AuditRemote  = no
  649.  
  650. **--------------------------------------------------------------------------
  651. **
  652. ** AuditSwitch
  653. **
  654. **    Specifies whether to switch to the remote log file when the use signs on
  655. **
  656. **    Valid Parameters:
  657. **
  658. **       YES - switches from local to remote log file on sign on
  659. **       NO  - Does not switch from local to remote
  660. **
  661. **--------------------------------------------------------------------------
  662.  
  663. AuditSwitch  = no
  664.  
  665. **--------------------------------------------------------------------------
  666. **
  667. ** LocalLogFile
  668. **
  669. **    Specifies a local log file to use for audit trail activities.
  670. **
  671. **    Valid Parameters:
  672. **
  673. **       any valid file name
  674. **       you can use "%TARGETDIR to substitute the target directory
  675. **
  676. **--------------------------------------------------------------------------
  677.  
  678. *LocalLogFile = %TARGETDIR\local.log
  679.  
  680. **--------------------------------------------------------------------------
  681. **
  682. ** RemoteLogFile
  683. **
  684. **    Specifies a remote logfile for use with audit trail activities.
  685. **    Remote logfiles are active when you use the enterprise edition and
  686. **    you are logged on.
  687. **
  688. **    Valid Parameters:
  689. **
  690. **       any valid file name
  691. **       you can use "%NETWORKDIR to substitute the network directory
  692. **
  693. **--------------------------------------------------------------------------
  694.  
  695. *RemoteLogFile = %NETWORKDIR\remote.log
  696.  
  697.