Displaying 4 results from an estimated 4 matches for "min_gid".
Did you mean:
mail_gid
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 on? Thinking about updates.......
2020 Oct 22
0
UID/GID CentOS 6 to CentOS 7
Am 22.10.2020 um 14:11 schrieb Thomas Plant:
> 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 on? Thi...
2020 Oct 22
1
UID/GID CentOS 6 to CentOS 7
On Thu, 2020-10-22 at 15:13 +0200, Thomas Plant wrote:
> Am 22.10.2020 um 14:11 schrieb Thomas Plant:
> > 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...
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.
> Can this do any damage to CentOS7 later on? Think...