Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
From: "Hannu E K Nevalainen \(garbage mail\)" <garbage_collector@telia.com>
To: "Cygwin List" <cygwin@cygwin.com>
Subject: RE: SSHD, Cygwin and Windows 2003 : continued with user rights
Date: Thu, 18 Sep 2003 16:18:51 +0200
Message-ID: <NGBBLLIAMFLGJEOAJCCEKEEFDEAA.garbage_collector@telia.com>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
In-Reply-To: <3F68ECC8.1010205@speeq.com>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Importance: Normal

> From: Olivier ALLART

> Next I guess I'll go look for some tip on how to unlock iisreset so it
> can be used by whatever admin and not just local ..

 Sorry to jump in! Just an idea;
How about runas, is it available in W2K+3? (I'm on W2K)

/Hannu E K Nevalainen, B.Sc. EE - 59?16.37'N, 17?12.60'E
-- UTC+01 --


$ echo >iisreset.bat -e \
  "@echo off\necho This is me, using the Administrators rights\!"
$ u2d iisreset.bat
iisreset.bat: done.
$ runas /profile /user:mymachine\administrator cmd /c iisreset.bat

<SIGH> *I* can't make it work for a simple test like above :-7 (from the
BASH prompt! I have a similar thing running via BAT scripts).
runas seems to "think" it doesn't get correct arguments.

*IS* it possible? I deem it should be.

F:\>runas /?
RUNAS USAGE:

RUNAS [/profile] [/env] [/netonly] /user:<UserName> program

   /profile        if the user's profile needs to be loaded
   /env            to use current environment instead of user's.
   /netonly        use if the credentials specified are for remote access
only.
   /user           <UserName> should be in form USER@DOMAIN or DOMAIN\USER
   program         command line for EXE.  See below for examples

Examples:
> runas /profile /user:mymachine\administrator cmd
> runas /profile /env /user:mydomain\admin "mmc %windir%\system32\dsa.msc"
> runas /env /user:user@domain.microsoft.com "notepad \"my file.txt\""

NOTE:  Enter user's password only when prompted.
NOTE:  USER@DOMAIN is not compatible with /netonly.


--END OF MESSAGE--


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

