On Mon, Nov 03, 2003 at 09:34:04PM -0500, Alan Dobkin wrote: > I use Dave Roth's perl module for more complex user flag settings, > but the hands down easiest way to do this is with the NET command: > > NET USER username /EXPIRES:NEVER
Unfortunately that's not right. I thought the same and used that command line switch but it has another meaning. There's a difference between expiry of a password and expiry of an account. /EXPIRES means the latter while we need the former meaning. There seem to be no `net user' switch for password expiry. Which in turn results in the sshd_server password expiring after 42 days by default :-( Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:[EMAIL PROTECTED] Red Hat, Inc. -- 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/