X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; 	charset="UTF-8"
Subject: RE: Unable to run sshd under a domain sshd_server account [SOLVED]
Date: Tue, 13 May 2008 11:21:21 -0500
Message-ID: <3B3EFBD49B94AD4DBB7B7097257A8046DD0304@FDSVAST06SXCH01.flooddata.net>
In-Reply-To: <4829BD0B.4070705@cygwin.com>
References: <3B3EFBD49B94AD4DBB7B7097257A8046DD020D@FDSVAST06SXCH01.flooddata.net> <Pine.GSO.4.63.0805121820090.11953@access1.cims.nyu.edu> <3B3EFBD49B94AD4DBB7B7097257A8046DD0232@FDSVAST06SXCH01.flooddata.net> <Pine.GSO.4.63.0805121915470.11953@access1.cims.nyu.edu> <3B3EFBD49B94AD4DBB7B7097257A8046DD02F7@FDSVAST06SXCH01.flooddata.net> <4829BD0B.4070705@cygwin.com>
From: "Schutter, Thomas A." <tschutter@proxix.com>
To: <cygwin@cygwin.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id m4DGN3Ej007135

Larry Hall wrote:
> Schutter, Thomas A. wrote:
> >> Actually supplying the password instead of '*' should work.
> >> 	Igor
> >
> > OK.  The pipe thing makes sense.  But supplying the password does not
> > work either:
> >   $ net use '\\other\f$' MyPassword1
> >   System error 1909 has occurred.
> >
> >   The referenced account is currently locked out and may not be
> logged
> > on to.
> 
> Actually, that means you've had too many login failures and Windows has
> locked your account.  You need to wait a while and/or contact your
> admin to get this resolved.  Once done, the above should work.

I don't think so.  I just tried and I can login to the account just fine
on both machines.  But I still get the same error when I run the
"net use" command from a ssh shell.  Also, the "net use" command works if
I run it from a console cygwin shell.

I think that the "referenced account" is "sshd_server". Look at what
happens with this command from a console cygwin shell:
  $ net use '\\other\f$' /user:sshd_server
  The password or user name is invalid for \\other\f$.

  Enter the password for 'sshd_server' to connect to 'other':
  System error 1909 has occurred.

  The referenced account is currently locked out and may not be logged on to.

Which is the same error when run without the /user option from a ssh shell.

--
Tom Schutter
First American - Proxix Solutions
(512) 977-6822


