-- Paul David Fardy | pdf_at_morgan.ucs.mun.ca Computing and Communications | pdf_at_InfoNET.st-johns.nf.ca Memorial University of Newfoundland | St. John's, NF A1C 5S7 | >From siegelr_at_teleport.com Mon Sep 11 19:36:46 1995 Received: from desiree.teleport.com by alpha.pr1.k12.co.us; (5.65/1.1.8.2/16Jul95-0251PM) id AA05381; Mon, 11 Sep 1995 19:36:45 -0600 Received: from 204.119.62.241 (ip-pdx08-49.teleport.com [204.119.62.241]) by desiree.teleport.com (8.6.12/8.6.9) with SMTP id SAA19290 for <weaver_at_pr1.k12.co.us>; Mon, 11 Sep 1995 18:33:19 -0700 Date: Mon, 11 Sep 1995 18:33:19 -0700 Message-Id: <199509120133.SAA19290_at_desiree.teleport.com> From: siegelr_at_teleport.com Subject: Re: Expiring a password To: Brian Weaver <weaver_at_pr1.k12.co.us> X-Mailer: AIR Mail 3.X (SPRY, Inc.) Status: RO X-Status: > Date: Mon, 11 Sep 1995 13:14:45 -0600 (MDT) > From: Brian Weaver <weaver_at_pr1.k12.co.us> > Subject: Expiring a password > To: OSF managers <alpha-osf-managers_at_ornl.gov> > Is there a way under enhanced security to manually expire a password > so the user is forced to change it when they log in? I'm writing > a bunch of perl stuff to automate adding accounts, and I'd > like to give newusers a random password, and force them to > change it the first time they use it. I looked at the manual > for the u_exp field, but this is an expiration interval, not > a flag that says "password is currently expired" I pre-expire passwords by setting the successful password change field to 0 (u_succhg#0) after I change the password. I guess if you wanted to be really precise, you could subtract u_exp from the current time and use that for u_succhg but I don't think it matters. Zero seems to work just fine.Received on Tue Sep 12 1995 - 18:35:30 NZST
This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:45 NZDT