delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/08/31/08:13:11

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=BmGGD44jpX4N5BGD
Pw19qalELH4qFUbXq5VR8sus80xdvSJS2ULlrADa4JoLPl2uNaFo1h0k2JimouyS
vr0zh9DGQZuGicf0idrfgZlcqmjO6MOvhv3lC9/nY+64QrKXBRxP1fzlSfd4Qayz
DSOWStxgou0tKoWwKZjvHPs/DgQ=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=6D0v/hGsnRSHbeeg2x532O
g/ZBc=; b=KIr1oNxsNqQUdPCk8xyw7G+BwNS2F/LPVy2BxvTZahr6GhqkA6vZlN
M+jmMT9hTZ7JP5Y3u+9eC8MgLi5vcqPnFEs4zas5ddUoYPwaXt2AyarW8VlSd2h/
NGzKzgq6WFo3EydGg0Qjon1X1CLRtxKA3HdxkYIVv3JQuvq21X+w4=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Password, Yours, yours, enterprise
X-HELO: mail-wm0-f46.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:to:references:from:message-id :disposition-notification-to:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=KL65h9Kx1qv2aQtRO/rL33VDMrR9c8qHaaiAxAMW+3c=; b=AR02AJYnGpZQa1udUL3A/1V3AksA+mV1Xila1SIK4DFafJuXbbsiCNeFNj1qZPXvqr ZJ8kOdTrGbTHr9l+HjnTqG0+vlbC02jQgqGLoRUDV0gJJhIhYPBHu89iG6WyFmGyIvAl JlXmlA+d47BiNQftiJIdBUjSatisaMjpd3+q7W1hyjsvthgG9sKqleEnTsFQ9hl0UloW sumKKucW8mo/UhPoh+Sq4jm55XM/EpBTEFk9LBVrrfb0zyHebSpxyEvXmuNwTHVGIDsa jV2Vlbtk59Awb/HoLqsQ8ATpy7Tc5d7oVrL9/UBChpNQTXKHgRRiX4s9cLOUXpEoV2Qf dbPQ==
X-Gm-Message-State: AE9vXwNVdRR8qGgaJsk2Rfci3qG05L9Ndzrxp7EbhAWGdTtlzqWgDYslIQdwT5w0Vt6djQ==
X-Received: by 10.28.158.142 with SMTP id h136mr9137135wme.10.1472645570789; Wed, 31 Aug 2016 05:12:50 -0700 (PDT)
Subject: Re: passwd unrecoverable error 1265
To: cygwin AT cygwin DOT com
References: <0da61897-6270-e20a-6d86-eae87a9f66f8 AT gmail DOT com> <20160831101638 DOT GD5955 AT calimero DOT vinschen DOT de>
From: Vlado <v DOT 99cygwin AT gmail DOT com>
Message-ID: <a6751f95-d4d3-cf12-e2bf-a8b5eaac8aef@gmail.com>
Date: Wed, 31 Aug 2016 14:12:36 +0200
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0
MIME-Version: 1.0
In-Reply-To: <20160831101638.GD5955@calimero.vinschen.de>
X-IsSubscribed: yes

On 31.8.2016 12:16, Corinna Vinschen wrote:
> I found a workaround:  The Windows call for changing the password used
> by the passwd tool is
>
>   ret = NetUserChangePassowrd (server, username, old_pwd, new_pwd);
>
> The server is usually the logon server, prepended by double backslash,
> as in the variable $LOGONSERVER, and this is how passwd uses the function.
> However, while this still works fine on W7 and 2008R2, it fails on the
> newer systems with error 1265, ERROR_DOWNGRADE_DETECTED.
>
> The workaround puzzles me slightly, but it seems to do the trick:
> If I use the domain name (as in $USERDOMAIN) instead of the server
> name when calling this function, it works as expected, also on W7
> or 2008R2.

Thank You for very useful information.

I tried Your workaround and it works perfectly for me:
	test AT server ~
	$ LOGONSERVER=server passwd
	Old password:
	New password:
	Re-enter new password:
	Password changed.

	test AT server ~
	$

(Old value in $LOGONSERVER was \\server)

My server is standalone Windows Server 2008R2 Enterprise, so Microsoft's 
error message is not quite correct.

(On Yours 2008R2 problem didn't occur - interesting.)

Thank You.

Vlado

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019