1SSS_GROUPADD(8) SSSD Manual pages SSS_GROUPADD(8)
2
3
4
6 sss_groupadd - create a new group
7
9 sss_groupadd [options] GROUP
10
12 sss_groupadd creates a new group. These groups are compatible with
13 POSIX groups, with the additional feature that they can contain other
14 groups as members.
15
17 -g,--gid GID
18 Set the GID of the group to the value of GID. If not given, it is
19 chosen automatically.
20
21 -?,--help
22 Display help message and exit.
23
25 In order to function correctly, a domain with “id_provider=local” must
26 be created and the SSSD must be running.
27
28 The administrator might want to use the SSSD local users instead of
29 traditional UNIX users in cases where the group nesting (see
30 sss_groupadd(8)) is needed. The local users are also useful for testing
31 and development of the SSSD without having to deploy a full remote
32 server. The sss_user* and sss_group* tools use a local LDB storage to
33 store users and groups.
34
36 sssd(8), sssd.conf(5), sssd-ldap(5), sssd-krb5(5), sssd-simple(5),
37 sssd-ipa(5), sssd-ad(5), sssd-sudo(5), sss_cache(8), sss_debuglevel(8),
38 sss_groupadd(8), sss_groupdel(8), sss_groupshow(8), sss_groupmod(8),
39 sss_useradd(8), sss_userdel(8), sss_usermod(8), sss_obfuscate(8),
40 sss_seed(8), sssd_krb5_locator_plugin(8), sss_ssh_authorizedkeys(8),
41 sss_ssh_knownhostsproxy(8), sssd-ifp(5), pam_sss(8). sss_rpcidmapd(5)
42
44 The SSSD upstream - http://fedorahosted.org/sssd
45
46
47
48SSSD 01/15/2019 SSS_GROUPADD(8)