Re: BUG #2244: silent installation to set password never expires - Mailing list pgsql-bugs

From John R Pierce
Subject Re: BUG #2244: silent installation to set password never expires
Date
Msg-id 43EE21C0.9010300@hogranch.com
Whole thread Raw
In response to Re: BUG #2244: silent installation to set password never expires  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-bugs
>>Can someone help to provide some guideline how to do the
>>silent installation WITH setting the services account
>>password never expires.
>
>
> There's no such functionality. You'll need to create the account prior
> to installing PostgreSQL, and set the flags then.

it could be created with a command line like...

    NET USER username password /EXPIRES:NEVER /ADD ...

..run prior to the 'silent installation'.

pgsql-bugs by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: BUG #2244: silent installation to set password never expires
Next
From: "Denis de Bernardy"
Date:
Subject: Re: overlapping rules can let you break referential integrity