home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / utils / sossntr3 / soss.txt < prev   
Internet Message Format  |  1995-05-18  |  2KB

  1. From rruther Thu Oct 21 10:41:51 1993
  2.   (5.65c/IDA-1.4.4 for <rruther>); Thu, 21 Oct 1993 10:38:45 +1000
  3. Date: Thu, 21 Oct 1993 10:38:45 +1000
  4. From: Ralf Rutherford <rruther>
  5. To: info@ubermacht.dataspace.com
  6. Subject: Re: NFS for NT request
  7. Cc: rruther
  8. Content-Length: 1624
  9.  
  10.  
  11.  
  12. The software I build has the following specs.:
  13.     Based on SOSSNT
  14. Plus
  15.     NTFS filename support, up to 256 bytes, case insensitive,
  16.     but with case preservation.
  17.  
  18.     NTFS security mapping, 
  19.         Owner -> Unix User id
  20.         Group -> Unix group id, first matching group out of
  21.             "group" file
  22.         Group -> Unix world, first matching group out of
  23.             "world" file, ie "Everyone"
  24.     
  25.     The matching works as follows:
  26.         The permissions on a file/dir are checked against the
  27.         groups in the group/world file, the first match get's 
  28.         mapped.
  29.         A file should only have one mapped group-> unix group
  30.         and one mapped group to unix world.
  31.  
  32.     The admin must provide for files:
  33.         export.us for export directories and hosts
  34.         user      NT user name -> unix id mapping
  35.         group     NT group name -> unix id
  36.         world     NT group name -> unix world access
  37.  
  38. Restrictions:
  39. 1. Security validations is partly left to the client NFS module, works with our
  40.     SUn network.
  41. 2. Chgrp will not work if there is no mapped group already in the permissions
  42.           of the file/dir
  43. 3. Owner/Group/Access rights and all map-files are cached.
  44.     If you change them, ie access rights for mapped groups on a file which
  45.     has been accessed by the NFS client, these changes won't take effect
  46.     until the file is not cached any more, or the NFS server has been
  47.      restarted.
  48. 4. The source code for the NTFS security will not be provided, they are
  49.     propriatry.
  50.  
  51.  
  52. Every user who is satisfied, might wish to donate to a charity organisation
  53. of his choice, not to myself.
  54. This is on voluntary basis and will not be controlled.
  55. I offer to publish donations in appropiate user groups.
  56.  
  57. Ralf
  58.  
  59.  
  60. rruther@cssc-melb.tansu.com.au
  61.  
  62.