home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / bit / listserv / ibmmain / 2400 < prev    next >
Encoding:
Internet Message Format  |  1992-10-16  |  1.6 KB

  1. Path: sparky!uunet!know!hri.com!ukma!darwin.sura.net!paladin.american.edu!auvm!ISUMVS.BITNET!GG.WSF
  2. From: GG.WSF@ISUMVS.BITNET (Bill Frazier)
  3. Newsgroups: bit.listserv.ibm-main
  4. Subject: RACF and password preservation
  5. Message-ID: <IBM-MAIN%92101615245739@RICEVM1.RICE.EDU>
  6. Date: 16 Oct 92 20:22:19 GMT
  7. Sender: IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  8. Lines: 23
  9. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  10.  
  11. I'm sorry that I've lost the original reference for quoting
  12. purposes.  The question regards password continuity for existing
  13. users on conversion to RACF.
  14.  
  15. We run MVS/XA and are now at a 1.9.x version of RACF.  We went
  16. through the conversion process some time ago and had to address this
  17. problem.  As far as I have been able to determine, when you use any
  18. of the administrative paths provided for setting passwords, the
  19. password will be created expired and will hence require changing on
  20. first use.  I have written code to circumvent this.  It can be done
  21. using ICHEINTY to update the password and set the last change date
  22. appropriately.  Even if you use DES, this will still work because
  23. the ICHEINTY interface will properly encrypt what you are passing
  24. in.  I'm sorry that I cannot share the code because it was not stand
  25. alone but part of things I wrote for our WYLBUR system.
  26.  
  27. I strongly encourage the use of simple test case programs if you are
  28. going to do database editing using ICHEINTY.  No matter how well you
  29. think you are at pointing the gun, your foot WILL be in the way.
  30. The documentation on this interface is not always the clearest,
  31. although it has improved much since we installed at 1.8.
  32.  
  33. Bill Frazier
  34.