[205] in Moira
handling of ID numbers
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Tue Nov 20 17:56:05 1990
From: jnrees@ATHENA.MIT.EDU
Date: Tue, 20 Nov 90 16:31:48 -0500
To: hoffmann@ATHENA.MIT.EDU
Cc: bug-moira@ATHENA.MIT.EDU
In-Reply-To: [0204]
>For example, if someone's record in Moira is
>duplicated because the original didn't have the right ID
>number, it would be nice to just cut the encrypted string
>from the correct record and use that to update the current
>record. That way, the user's ID number need not be known
>by the administrator.
While in User Accounts, I wrote a bunch of Moira clients to do
specific tasks such as this one. They're all in /mit/accounts/src.
Vax versions have been built in the vax_bsd43 directory, but I guess I
never got around to building them all for the rt.
One such program was 'upuser' which takes two usernames and updates
the record for the first username with the lastname, firstname,
middle, MIT ID, and class of second username. See
/mit/accounts/man/man1/upuser.1 for more info.
Jim