home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / vms / 12821 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.3 KB

  1. Path: sparky!uunet!gatech!destroyer!caen!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!UH01.Colorado.EDU!DWING
  2. From: DWING@UH01.Colorado.EDU (Dan Wing)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Copying a LONG list of rights identifiers between users.
  5. Message-ID: <01GMVL7T8QVM0004PJ@VAXF.COLORADO.EDU>
  6. Date: 27 Jul 92 21:04:54 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 25
  11.  
  12. Don Roberts, don@beckman.com, wrote:
  13.  
  14. >We have a username with about 300 rights identifiers attached to it (sad but
  15. >true).  
  16.  
  17. Wow.
  18.  
  19. >The user has retired and we want to use a generic username for what we
  20. >were using all those identifiers.  The generic username exists, and I just
  21. >need to put all those rights identifiers on the generic username.  Is there a
  22. >simple way to grant/id all those identifiers?
  23.  
  24. Username GENERIC is the new, generic username, and user JOE is the person
  25. who retired:
  26.  
  27.   UAF> REMOVE GENERIC
  28.   UAF> RENAME JOE GENERIC
  29.   UAF> MODIFY GENERIC/UIC=[x,y]/PASSWORD=password
  30.  
  31. and then MODIFY and GRANT/ID (and hopefully a few REVOKE/IDs!) the user 
  32. GENERIC until it looks like the generic username you already had setup.
  33.  
  34. -Dan Wing, DWING@UH01.Colorado.EDU or WING_D@UCOLMCC.BITNET (DGW11)
  35.  Systems Programmer, University Hospital, Denver
  36.  
  37.