1SSS_GROUPMOD(8) SSSD Manual pages SSS_GROUPMOD(8)
2
3
4
6 sss_groupmod - modify a group
7
9 sss_groupmod [options] GROUP
10
12 sss_groupmod modifies the group to reflect the changes that are
13 specified on the command line.
14
16 -a,--append-group GROUPS
17 Append this group to groups specified by the GROUPS parameter. The
18 GROUPS parameter is a comma separated list of group names.
19
20 -r,--remove-group GROUPS
21 Remove this group from groups specified by the GROUPS parameter.
22
23 -?,--help
24 Display help message and exit.
25
27 In order to function correctly, a domain with “id_provider=local” must
28 be created and the SSSD must be running.
29
30 The administrator might want to use the SSSD local users instead of
31 traditional UNIX users in cases where the group nesting (see
32 sss_groupadd(8)) is needed. The local users are also useful for testing
33 and development of the SSSD without having to deploy a full remote
34 server. The sss_user* and sss_group* tools use a local LDB storage to
35 store users and groups.
36
38 sssd(8), sssd.conf(5), sssd-ldap(5), sssd-krb5(5), sssd-simple(5),
39 sssd-ipa(5), sssd-ad(5), sssd-sudo(5), sss_cache(8), sss_debuglevel(8),
40 sss_groupadd(8), sss_groupdel(8), sss_groupshow(8), sss_groupmod(8),
41 sss_useradd(8), sss_userdel(8), sss_usermod(8), sss_obfuscate(8),
42 sss_seed(8), sssd_krb5_locator_plugin(8), sss_ssh_authorizedkeys(8),
43 sss_ssh_knownhostsproxy(8), sssd-ifp(5), pam_sss(8). sss_rpcidmapd(5)
44
46 The SSSD upstream - http://fedorahosted.org/sssd
47
48
49
50SSSD 01/15/2019 SSS_GROUPMOD(8)