Displaying 3 results from an estimated 3 matches for "new_gid".
Did you mean:
new_eip
2020 Oct 22
0
UID/GID CentOS 6 to CentOS 7
> Hi,
>
> we are upgrading some servers from C6 to C7 with a lot of user accounts
> on them (UID>=500).
> CentOS 7 has MIN_UID/MIN_GID 1000, Centos 6 has 500 in login.defs.
>
> Can I change in /etc/login.defs MIN_UID/MIN_GID to 500 for C7? So I
> could just grep the users out from passwd/shadow/group files and append
> them to the Centos7 passwd/shadow/group files.
2020 Oct 22
6
UID/GID CentOS 6 to CentOS 7
Hi,
we are upgrading some servers from C6 to C7 with a lot of user accounts
on them (UID>=500).
CentOS 7 has MIN_UID/MIN_GID 1000, Centos 6 has 500 in login.defs.
Can I change in /etc/login.defs MIN_UID/MIN_GID to 500 for C7? So I
could just grep the users out from passwd/shadow/group files and append
them to the Centos7 passwd/shadow/group files.
Can this do any damage to CentOS7 later
2012 Jun 07
4
Dealing with multiple gid changes
...the next thing I want to
tackle. I have a group of websevers that I''m going to start managing with
puppet. The uids and gids are not consistent across them. I''m going to
want puppet to fix that since there are way too many to do manually.
For example:
groupname old_gid new_gid
groupA 1572 1863
groupB 1861 1572
groupC 1863 1861
I''m thinking that would just be a horrible nightmare with what I did
before. In this example all the old 1572 items would be 1863 when the fix
for groupC is run. Is there some way to fix this problem?...