home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / database / secwiz.zip / README.TXT next >
Text File  |  1993-05-19  |  2KB  |  65 lines

  1.           -----------------------------------------------------------
  2.           Microsoft Access Security Wizard Version 1.0a README File
  3.                                May 19, 1993
  4.                               By Tim O'Brien
  5.           -----------------------------------------------------------
  6.  
  7. This version fixes two problems with version 1.0
  8.  
  9. This new version has been modified to be compatible with the Database Analyzer.
  10. MDB's no longer have to have at least one of each object.
  11.  
  12. You can distribute this Wizard freely as long as it has not been modified and 
  13. this readme.txt file is included.
  14.  
  15.  
  16. Security Wizard Installation Instructions
  17.  
  18. The Security Wizard enables you to add the correct permissions 
  19. to the mdb file or database, so it can not be modified.
  20. The wizard only implements basic security it will also not work correctly 
  21. if you have groups that start with the letters 'A' 'G' or 'U'.
  22. Other than Admin, Users and Groups.
  23.  
  24. To load the Security Wizard:
  25.  
  26. 1 Copy the secureit.mda into your Access Directory
  27.  
  28. 2 Using Microsoft Windows Notepad or another text editor, open 
  29.   MSACCESS.INI (in your WINDOWS directory), and add the following 
  30.   line under [Libraries]:
  31.  
  32.     secureit.mda=
  33.  
  34.   Go to the end of the file and add the section [Menu Add-ins]
  35.   as it appears in brackets. Then add the following line under
  36.  
  37. [Menu Add-ins]
  38. &Security Wizard==securit()
  39.  
  40. 2 Save the file.
  41.  
  42. 3 Make a backup copy of your system.mda file usually located in you
  43.   Access directory.
  44.  
  45. 4 Start Access, open any database, from the security menu choose
  46.   change password.
  47.  
  48. 5 From the Users option under the same menu add a new users to the
  49.   system and add that users to the group Admins.
  50.  
  51. 6 Exit Access and log in as the users you just added to the system.
  52.  
  53. 7 Open any database,choose the Users from the Security menu again 
  54.   and this time remove the user Admin from the system.
  55.  
  56. 8 Exit Access and log in again as the new user.
  57.  
  58. 9 After logging in create a new database.  
  59.  
  60. 10 There should now be an option under Help on the menu to start the 
  61.    wizard.
  62.  
  63. NOTE: Whenever implementing security it is always a good idea to make 
  64.       backups of your system.mda and your database.
  65.