I PWD_UPDATE, SYSTEM_MANAGEMENT, allow Helpdesk to changes passwords safely     				PWD_UPDATE &  			A helpdesk password update routine   requires:FORTRAN,FMS  7 Author:  Robert Eden                robert@cpvax.tu.com 8  	 Comanche Peak S.E.S        eden@fallout.lonestar.org $          Glen Rose Tx, 76043                  (817) 897-0491      L          This program is designed to be installed with SYSPRV and controlledK          via an ACL to allow non-privileged users to change the password of E          certain accounts. I recommend creating a HELPDESK identifier 0          and assigning it to HELPDESK personnel.  H          The user is prompted for a username and then presented with theO          last LOGIN and PASSWORD CHANGE date.  The caller should be asked these H          questions.  If they are answered correctly, the password can be7          changed.  If not, the account can be disabled.   H          This program uses the SYS$SETUAI service to change the passwordH          and set any relevant flags, but due to a "feature" of LOGINOUT,J          it has to modify the UAF file directly to pre-expire the account.I          (LOGINOUT doesn't look at the PWD_EXPIRED bit to determine if it &          should prompt for a new user)  K          There will be no auditing on the password expiration call, but the 9          call to SYS$SETUAI will provide an audit record. 	           @  	 If you end up using this program, please drop a note to me at?          the above addresses so I know makes use of this stuff!   