On Mon, Oct 07, 2019 at 07:49:56PM +0200, Michael Ströder wrote: > On 10/7/19 5:00 PM, Spike White wrote: > > sssd internally is inventing the fiction of a group with the same group > > name as the user name and the same gidNumber as the user's uidNumber. > > So with auto_private_groups = true, id would return the same whether you > > set gidNumber on the user account or not. (sssd is ignoring that field > > for primary group when auto_private_group == true). > > Just curious: What happens if there's a group entry with same gidNumber > value like used a user's uidNumber?
Hi, this depends on the value of auto_private_group. 'true' means 'Create user's private group unconditionally from user's UID number. The GID number is ignored in this case.'. While with 'hybrid' 'A primary group is autogenerated for user entries whose UID and GID numbers have the same value and at the same time the GID number does not correspond to a real group object in LDAP.'. Please see man sssd.conf for details. HTH bye, Sumit > > Ciao, Michael. > _______________________________________________ > sssd-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedorahosted.org/archives/list/[email protected] _______________________________________________ sssd-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected]
