Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com Message-ID: <37DD7876.F976AB1F@vinschen.de> Date: Tue, 14 Sep 1999 00:19:34 +0200 From: Corinna Vinschen X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: de,en MIME-Version: 1.0 To: Chris Faylor CC: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: POSIX and uid_t resp. gid_t References: <37DD6791 DOT 44D0748A AT vinschen DOT de> <199909132105 DOT RAA22093 AT envy DOT delorie DOT com> <37DD6BB8 DOT 499E06A4 AT vinschen DOT de> <19990913172623 DOT A12699 AT cygnus DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Chris Faylor wrote: > [...] > I know that some Unixes have implemented access control lists. > If you want a model to follow that might be the way to go. > I know that Digital UNIX implements this, for instance. > > -chris I don't have access to implementation details of Digital UNIX. Is their solution POSIX compliant? How can I get infos? I fear, the only way is, to have a translation table between NT SIDs and Cygwin [UG]IDs. Ok, this would have the advantage to allow Cygwin UID 0 for user `Administrator' and other mess. The translation could be placed in the /etc/passwd and /etc/group files which I'd like to eliminate originally. Hmmm... on the other hand, this wouldn't be compatible to the current solution and it would be harder to maintain. Any comments? Corinna