home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / network / a116_1 / !Network / !Help next >
Text File  |  1992-06-09  |  9KB  |  218 lines

  1. Subject : Network Manager v1.19             Date : 30/11/89
  2.  
  3. Author  : Stewart Brodie               
  4.  
  5. { Disclaimer - written 9/6/92 
  6.  
  7. This program is copyright © Stewart Brodie.  I cannot guarantee the
  8. functionality of this program at all, except to say that I haven't had any
  9. trouble using it back in 1989.  No liability is accepted for
  10. loss/damage/corruption caused by this program.  This program may be uploaded
  11. anywhere provided that it is kept intact and that the files within the
  12. directory are not modified.  You do not have to register this program.  You
  13. may not sell this program for profit.
  14.  
  15. ** In particular, you MAY NOT include SetStation, SetFree, NetFS, Netprint,
  16. Econet (2 utilities and 3 modules) as NO LICENCE has been sought to
  17. distribute these Acorn modules, and I assume I would need one to do so.
  18. These new modules and utilities are available on the RISC OS Extras Discs,
  19. from your local dealer. **
  20.  
  21. Source code is left intact with comments, since I assume users will be
  22. competent programmers anyway and would be able to reverse engineer any
  23. protection.  See FN_protected_user (line 7160) for how to prevent certain
  24. users being accessed.   By default, this list includes SYST only.  For a
  25. neater version of the instructions below, print the Help file (Pipedream
  26. format). Obviously you need to be logged on as a privileged user to do all
  27. the operations that require privilege.
  28.  
  29. Although further versions of this program were written (with a much neater
  30. menu structure), they did not fully work and were never put into full use.
  31. If you are desperate for some later versions, mail me at
  32. snb90@uk.ac.soton.ecs or snb@uk.ac.soton.mail until end of June 1994.
  33.  
  34. I do not have an Econet interface, so I cannot test this program at this
  35. time.
  36.  
  37. End of disclaimer }
  38.  
  39.  
  40.  
  41. 1 ) Starting Network Manager
  42.  
  43. To start Network Manager double click on its icon in a directory
  44. viewer. Errors may be given if there is no room for sprites, or for
  45. the application to start up or if Econet is not fitted to the machine.
  46. When loading has been accomplished, an icon will register on the right
  47. hand end of the icon bar.
  48.  
  49. 2 ) Using the Network Manager Facilites
  50.                                                 
  51. Clicking Select or Adjust over the icon bar icon will produce the
  52. program information window.
  53.  
  54. Click menu when the pointer is over the Network Manager fileserver icon.
  55. A menu will then appear containing the following items :
  56.  
  57.  Info       - Information about the version of software you are using.
  58.  Password   - Box for changing your password.
  59.  Status     - Box for viewing other users' passwords.
  60.  New User   - Box for creating new users, setting free space and privilege.
  61.  Remove User- Box for deleting users.
  62.  Set Free   - Alter user free space.
  63.  Privilege  - Alter users privilege.
  64.  FS Users   - Display all currently logged on users.
  65.  
  66.  Enable     - Enables the multi-user commands in the previous menu section.
  67.  Ignore More- Ignore any new messages arriving if too many pending.
  68.  Printout   - Flag indicating whether a printout will be produced.
  69.  Passwords  - Flag indicating whether Status will display any passwords.
  70.  Protection - Has sub-menu for setting your Econet protection mask.
  71.  Set Station- Set up local station's Econet station number.
  72.  Quit       - Make application exit from memory and cancel icon bar icons.
  73.  
  74.                                               
  75. Info :
  76.  
  77. This box just contains details about the program and its author. This box 
  78. can also be displayed by clicking Select or Adjust over the Manager icon.
  79.  
  80. Password :
  81.  
  82. When you move over the arrow next to Password on the menu, a window
  83. appears with a box for your old password, and a box for you new password.
  84. To type in a password, click the mouse in the appropriate box, and type in
  85. your password at the caret. You will not be allowed to type in more than 6
  86. characters, and these characters must be in the range from number 0, to
  87. lower case 'z'. The passwords will only be displayed as '*'s. When you are
  88. satisfied that both passwords are correct, click on OK, and if possible,
  89. your password will be changed.  Clicking on CANCEL will close the window
  90. and menu with no other action taken.
  91.  
  92. Status :                  
  93.  
  94. Note that this icon is shaded unless Enable has been previously selected.
  95.  
  96. When you move over the arrow next to Status, the User Information window
  97. appears. In this window, you must enter the user group and user name of
  98. the particular user. However, wildcards may be used, see below. When you
  99. click on OK, a new window will appear, and will contain the information
  100. about users selected. When all the information has been displayed, click
  101. any mouse button to finish the operation.
  102. Wildcards that can be used are # and *. # replaces 1 or no character,
  103. whereas * represents any number of characters. Hence entering both user
  104. group and name as '*' will result in all user information being displayed.
  105.  
  106. New User and Remove User :                                               
  107.  
  108. Note that these icons are shaded unless Enable has been previously selected.
  109.  
  110. When you move over the arrow next to New User or Remove User, then the User
  111. Information window will appear again. Enter information in exactly the same
  112. way as described above (except New User cannot use wildcards). Confirmation
  113. messages will appear in the information window during the operation. When
  114. New User is being used, entering a value in Kilobytes in the Free Space box
  115. will also cause that amount of free space being allocated to that particular
  116. user, and the highlighted privilege icon will be used to assign the user
  117. privilege to the new user with Normal being taken if no option is
  118. highlighted.
  119.  
  120. Set Free :                                                               
  121.  
  122. Note that this icon is shaded unless Enable has been previously selected.
  123.  
  124. Allows you to enter the amount of free space available to any user -
  125. wildcards may be used with this choice.                                  
  126.                                                                       
  127.  
  128. Privilege :
  129.  
  130. This allows you to set the privilege of a user. In the window, click over 
  131. the correct type of user and then after entering a user name, click on OK.
  132. If no option is highlighted, then Normal will be chosen as default.
  133.  
  134. FS Users :
  135.  
  136. This will display a list of currently logged on users
  137.  
  138.  
  139. Enable :
  140.  
  141. After this entry has been selected a tick will appear beside it. This
  142. indicates that any of the multi-user options may be used - they will
  143. no longer be shaded and unselectable.
  144.  
  145.  
  146. Ignore More :
  147.  
  148. This item will be ticked when it is selected. When ticked, any messages
  149. received from other stations when no space is left to store the message
  150. will be ignored.
  151.  
  152.  
  153. Printout :
  154.  
  155. Click on this item to toggle it. When ticked, any confirmation messages will
  156. be sent to the printer.  When this option is on, the time and date will be
  157. printed at the bottom of the printout to aid the Network Manager with user
  158. management.
  159.            
  160.                                                                         
  161. Passwords :
  162.  
  163. Click on this item to toggle it. When ticked, Status will display any
  164. passwords on the screen.  This means that status can be used to check user
  165. names, boot options, free space and privilege.
  166.  
  167.  
  168. Protection :
  169.  
  170. Move over the arrow of this entry to display the Protection submenu. 
  171. Click over the relevant flags in the sub menu and write the value to
  172. CMOS Ram if required by choosing Write CMOS.
  173.  
  174.  
  175. Set Station :
  176.  
  177. Move over the arrow of this entry to display the set station window.
  178. Enter the new station identity in the box, and then click on OK.
  179. NOTE that pressing RETURN will not work, so that no accidents can occur.
  180.  
  181.  
  182. Quit :
  183.  
  184. This option removes Network Manager from memory and frees that memory. Also
  185. all notifications all cancelled from the icon bar.
  186.  
  187.  
  188.  
  189. 3 ) Notifications over the Network
  190.  
  191. This facility allows you to store messages sent to you over the network by
  192. other users in a safe place until you want to read them. This can be
  193. useful especially if you are doing an important operation and do not wish
  194. to be disturbed by Notify commands.  When a message is received from
  195. another user, then a new icon will appear on the left hand side of the
  196. icon bar, consisting of a warning triangle and a number underneath
  197. indication which station sent the message. Only ten messages can be stored
  198. however, and any extra will be reported as usual, unless the Ignore More
  199. choice on the main menu has been selected and is ticked.
  200. To read a message, you can click on the icon with either select or adjust.
  201. If select is used, the message is removed from the icon bar after it has
  202. been displayed, otherwise it will remain.
  203. Clicking on menu will produce a message menu. Choosing Read will act just
  204. as if you had clicked Adjust over the icon.  Abandon indicates that you
  205. do not wish to read the message, just discard it. Acknowledge will send a
  206. reply back to the sender containing the message "Message Received." . This
  207. can only be done once, and will be shaded on the menu once it has been
  208. done.
  209. Note that a message can arrive at any time, and will register on the icon
  210. bar as long as the desktop and Network Manager are both active and all
  211. current tasks are multi-tasking.
  212.  
  213.  
  214.  
  215. Information can also be provided by the !Help application and !Spy
  216. (Data Store Software).
  217.  
  218.  * THE END *  © Stewart Brodie 30/11/89