1SSSD-FILES(5) File Formats and Conventions SSSD-FILES(5)
2
3
4
6 sssd-files - SSSD files provider
7
9 This manual page describes the files provider for sssd(8). For a
10 detailed syntax reference, refer to the “FILE FORMAT” section of the
11 sssd.conf(5) manual page.
12
13 The files provider mirrors the content of the passwd(5) and group(5)
14 files. The purpose of the files provider is to make the users and
15 groups traditionally only accessible with NSS interfaces also available
16 through the SSSD interfaces such as sssd-ifp(5).
17
19 In addition to the options listed below, generic SSSD domain options
20 can be set where applicable. Refer to the section “DOMAIN SECTIONS” of
21 the sssd.conf(5) manual page for details on the configuration of an
22 SSSD domain.
23
24 passwd_files (string)
25 Comma-separated list of one or multiple password filenames to be
26 read and enumerated by the files provider, inotify monitor watches
27 will be set on each file to detect changes dynamically.
28
29 Default: /etc/passwd
30
31 group_files (string)
32 Comma-separated list of one or multiple group filenames to be read
33 and enumerated by the files provider, inotify monitor watches will
34 be set on each file to detect changes dynamically.
35
36 Default: /etc/group
37
39 The following example assumes that SSSD is correctly configured and
40 files is one of the domains in the [sssd] section.
41
42 [domain/files]
43 id_provider = files
44
45
47 sssd(8), sssd.conf(5), sssd-ldap(5), sssd-krb5(5), sssd-simple(5),
48 sssd-ipa(5), sssd-ad(5), sssd-sudo(5),sssd-secrets(5),sssd-session-
49 recording(5), sss_cache(8), sss_debuglevel(8), sss_groupadd(8),
50 sss_groupdel(8), sss_groupshow(8), sss_groupmod(8), sss_useradd(8),
51 sss_userdel(8), sss_usermod(8), sss_obfuscate(8), sss_seed(8),
52 sssd_krb5_locator_plugin(8), sss_ssh_authorizedkeys(8),
53 sss_ssh_knownhostsproxy(8),sssd-ifp(5),pam_sss(8).
54 sss_rpcidmapd(5)sssd-systemtap(5)
55
57 The SSSD upstream - https://pagure.io/SSSD/sssd/
58
59
60
61SSSD 04/25/2019 SSSD-FILES(5)