Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 14242 invoked by uid 500); 9 Jul 2001 23:06:24 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 14224 invoked from network); 9 Jul 2001 23:06:22 -0000 From: "Sander Striker" To: "Cliff Woolley" , "Luke Kenneth Casson Leighton" Cc: Subject: RE: exploration of APR goes on Date: Tue, 10 Jul 2001 01:15:48 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > On Tue, 10 Jul 2001, Luke Kenneth Casson Leighton wrote: > > > ImpersonateLoggedOnUser? same thing as ImpersonateNamedPipeClient. > > > > i.e. you can only impersonate an existing user IF you have a handle > > to that user. > > The other problem with ImpersonateLoggedOnUser AFAICT is that you can > apparently call RevertToSelf() which does what it sounds like. That's > generally undesirable in the contexts we're talking about... Ok, well maybe OpenThreadToken() and SetThreadToken() could be usefull? As you can see, I'm just going over the API, looking for leads :( Maybe someone out there knows how it's done? > --Cliff Sander