From owner-ntemacs-users@june  Wed Sep 11 16:09:07 1996
X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
	[nil "Wed" "11" "September" "1996" "18:25:47" "-0400" "Christopher Stacy" "cstacy@i1.pilgrim.com" nil "3" "file owner/modes" "^From:" nil nil "9" nil nil nil nil]
	nil)
Received: from joker.cs.washington.edu (joker.cs.washington.edu [128.95.1.42]) by june.cs.washington.edu (8.7.5/7.2ju) with SMTP id QAA02328 for <voelker@june.cs.washington.edu>; Wed, 11 Sep 1996 16:09:06 -0700
Received: from june.cs.washington.edu (june.cs.washington.edu [128.95.1.4]) by joker.cs.washington.edu (8.6.12/7.2ws+) with ESMTP id QAA19045 for <voelker@joker.cs.washington.edu>; Wed, 11 Sep 1996 16:09:01 -0700
Received: from I1.pilgrim.com (i1.pilgrim.com [206.3.211.10]) by june.cs.washington.edu (8.7.5/7.2ju) with SMTP id PAA27719 for <ntemacs-users@cs.washington.edu>; Wed, 11 Sep 1996 15:28:36 -0700
Received: from CSDESK.pilgrim.com by I1.pilgrim.com via SMTP (940816.SGI.8.6.9/940406.SGI) 	for ntemacs-users@cs.washington.edu id SAA03071; Wed, 11 Sep 1996 18:25:47 -0400
Message-Id: <199609112225.SAA03071@I1.pilgrim.com>
From: Christopher Stacy <cstacy@I1.pilgrim.com>
To: ntemacs-users@cs.washington.edu
Subject: file owner/modes
Date: Wed, 11 Sep 1996 18:25:47 -0400

Some of the file-attributes under Win95 are faked up (eg., the owner is
user-login-name, group 123).   But I NFS mount file systems that really
would have that information.   Is there anything that can be done about that?

From owner-ntemacs-users@june  Thu Sep 12 05:22:22 1996
X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
	[nil "Thu" "12" "September" "1996" "12:27:07" "+0100" "Andrew Innes" "andrewi@harlequin.co.uk" nil "18" "Re: file owner/modes" "^From:" nil nil "9" nil nil nil nil]
	nil)
Received: from joker.cs.washington.edu (joker.cs.washington.edu [128.95.1.42]) by june.cs.washington.edu (8.7.5/7.2ju) with SMTP id FAA28718 for <voelker@june.cs.washington.edu>; Thu, 12 Sep 1996 05:22:22 -0700
Received: from june.cs.washington.edu (june.cs.washington.edu [128.95.1.4]) by joker.cs.washington.edu (8.6.12/7.2ws+) with ESMTP id FAA19046 for <voelker@joker.cs.washington.edu>; Thu, 12 Sep 1996 05:22:20 -0700
Received: from holly.cam.harlequin.co.uk (holly.cam.harlequin.co.uk [193.128.4.58]) by june.cs.washington.edu (8.7.5/7.2ju) with SMTP id EAA25831 for <ntemacs-users@cs.washington.edu>; Thu, 12 Sep 1996 04:27:23 -0700
Received: from propos.long.harlequin.co.uk by holly.cam.harlequin.co.uk; Thu, 12 Sep 1996 12:27:11 +0100
Received: from elan.long.harlequin.co.uk (elan [193.128.93.78]) by propos.long.harlequin.co.uk (8.6.12/8.6.12) with SMTP id MAA19028; Thu, 12 Sep 1996 12:27:07 +0100
Message-Id: <199609121127.MAA19028@propos.long.harlequin.co.uk>
In-Reply-To: <199609112225.SAA03071@I1.pilgrim.com> (message from Christopher 	Stacy on Wed, 11 Sep 1996 18:25:47 -0400)
From: Andrew Innes <andrewi@harlequin.co.uk>
To: cstacy@I1.pilgrim.com
Cc: ntemacs-users@cs.washington.edu
Subject: Re: file owner/modes
Date: Thu, 12 Sep 1996 12:27:07 +0100

On Wed, 11 Sep 1996 18:25:47 -0400, Christopher Stacy <cstacy@I1.pilgrim.com> said:
>Some of the file-attributes under Win95 are faked up (eg., the owner is
>user-login-name, group 123).   But I NFS mount file systems that really
>would have that information.   Is there anything that can be done about that?

I suspect not.

On NT, it is possible to get ownership information for files on NTFS
partitions, using the Win32 security calls (specifically
GetFileSecurity).  I would guess that a good NFS client for NT could
support these calls on NFS-mounted partitions as well, but I don't know
if that's actually possible or if any do.

However Win95 doesn't implement any of these security calls, so as far
as I know an NFS client would have to use a proprietary interface, if it
provided one at all, to get ownership information.

AndrewI

