home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!destroyer!caen!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!UH01.Colorado.EDU!DWING
- From: DWING@UH01.Colorado.EDU (Dan Wing)
- Newsgroups: comp.os.vms
- Subject: Re: Copying a LONG list of rights identifiers between users.
- Message-ID: <01GMVL7T8QVM0004PJ@VAXF.COLORADO.EDU>
- Date: 27 Jul 92 21:04:54 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: world
- Organization: The Internet
- Lines: 25
-
- Don Roberts, don@beckman.com, wrote:
-
- >We have a username with about 300 rights identifiers attached to it (sad but
- >true).
-
- Wow.
-
- >The user has retired and we want to use a generic username for what we
- >were using all those identifiers. The generic username exists, and I just
- >need to put all those rights identifiers on the generic username. Is there a
- >simple way to grant/id all those identifiers?
-
- Username GENERIC is the new, generic username, and user JOE is the person
- who retired:
-
- UAF> REMOVE GENERIC
- UAF> RENAME JOE GENERIC
- UAF> MODIFY GENERIC/UIC=[x,y]/PASSWORD=password
-
- and then MODIFY and GRANT/ID (and hopefully a few REVOKE/IDs!) the user
- GENERIC until it looks like the generic username you already had setup.
-
- -Dan Wing, DWING@UH01.Colorado.EDU or WING_D@UCOLMCC.BITNET (DGW11)
- Systems Programmer, University Hospital, Denver
-
-