Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Chris January" To: Subject: cygwin login and passwords Date: Wed, 11 Sep 2002 11:45:27 +0100 Message-ID: <001e01c25980$572da3d0$2050b392@csc.mrc.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal > > > > Is changing uid's and gid's in /etc/passwd something > > > > to be avoided, since I assume these are windows assigned? > > > > > > > > Need su and login to work seemlessly with windows' > > > > passwords in order to allow remote logins and ssh > > > > clients. Currently, login does not recognize valid > > > > windows passwords. > > > I have a version of su that runs on Cygwin. However I need someone to > > > > How are you doing that? If you're doing that by giving create > > token privileges or something like that to your account, that's > > not a vaild approach. I'm using LogonUser. On Windows XP, no extra privileges are needed to use that function. I know this isn't true on older versions of Windows, but this is mainly for my own use anyway. http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q180548& has some details of how to do the logon on older versions of Windows. This is just one way - I'm sure there are others. I might give it a go if anyone is interested. > > > > > If su is using a service under SYSTEM account, that's ok. But then > > it's not needed at all since one can just use `ssh localhost' and a > > running sshd to get the same. > > > > > tell me how to coerce bash into running interactively (currently needs > > > to be forced via -i flag). I'm starting bash using CreateProcess. > > > > Login shells get their name preceeded by a dash in argv[0] from their > > parent: > > > > -sh > > -bash Thanks for that! Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/