home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / winnt / ntsec.arj / CHANGES next >
Encoding:
Text File  |  1996-09-10  |  1.0 KB  |  27 lines

  1. CHANGES
  2. -------
  3.  
  4. Version 1.6
  5. -----------
  6. Added -clear and -replace options to GRANT and IGRANT. These let you
  7. set and replace user permissions. -clear will wipe out all permissions
  8. first, then add the specified rights. -replace will replace any
  9. existing permissions a specified user may already have on the files.
  10.  
  11. Bugs were fixed in IREVOKE and IGRANT. Thanks to Mario Eduardo
  12. (Mario.Eduardo@vu-wien.ac.at) for reporting the bug. Certain ACEs on
  13. directories would be ignored and "unknow ACE type" would be printed. This
  14. is now fixed.
  15.  
  16. Added wildcard matching to user and group names in IREVOKE and REVOKE.
  17. This allows you to revoke permissions to several accounts and groups
  18. at once. Be careful, you can also do destructive things like 'REVOKE
  19. -r all * *' to remove all permissions on all files from every account
  20. and group across the filesystem! Wildcards for matching users may contain
  21. a '*' to match any number of characters, a '?' to match a single character,
  22. [0-9] or [a-z] to match ranges of characters, etc.
  23.  
  24.  
  25.  
  26.  
  27.