Hi all,
Just wondering if there is a simple and quick way to copy an existing user, including all of their Group Memberships and Rights to Files and Directories, to a new user, in iManager?
Thanks
Kevin
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it! Learn more
Hi all,
Just wondering if there is a simple and quick way to copy an existing user, including all of their Group Memberships and Rights to Files and Directories, to a new user, in iManager?
Thanks
Kevin
I think the closest you'll get is selecting "Copy from user object" when creating a new user.
--
Select Copy from template or user object to create a user based on an existing Template or User
object. When copying from a user object, iManager allows only a copy of the New Object NDS
rights instead of a copy of NDS rights, to prevent users from receiving the same rights as the
administrator.
--
Mark.
my experience is that it is better to create groups and give rights on groups. And they you insert the user in the groups you wanted to give rights.
this is the better method as give rights on user!
its your choice...
Yes, I agree that creating groups is the way to go. We've got a few edge cases and legacy users though, and it's not particularly easy to see any individual access rights a user may have, across multiple servers and volumes.
If you only have nss volumes, you have 2 options after you created the new user via copy use:
- you create a security equivalence to the old user and do not remove the old user and instead set it to be unable to login;
- or you export all trustee rights with metamig ("/opt/novell/nss/sbin/metamig") and afterwards modify the resulting XML-files so that the new user gets the same rights as the old one and import those rights back with metamig. For this task you can create a script, but it is for sure a longer journey and totally depends on the number of users and volumes involved.
An easier solution is not available I think.
Interesting! Could you please report this in Ideas portal?
We built replicate rights for a different use case in UMC. However, can be extended (in future) to replicate all NSS rights of a user/group across servers.