Skip to content

Don't try to add admin users to non existing groups

Sebastien requested to merge seb128/accountsservice:handle-missing-groups into master

The extra admin groups list is a built option but there is no guarantee the groups are available on the system. Currently if one is missing the useradd call is failing which means they is no way to creare users anymore

Merge request reports