1SSSD-SESSION-RECOR(5)    File Formats and Conventions    SSSD-SESSION-RECOR(5)
2
3
4

NAME

6       sssd-session-recording - Configuring session recording with SSSD
7

DESCRIPTION

9       This manual page describes how to configure sssd(8) to work with tlog-
10       rec-session(8), a part of tlog package, to implement user session
11       recording on text terminals. For a detailed configuration syntax
12       reference, refer to the “FILE FORMAT” section of the sssd.conf(5)
13       manual page.
14
15       SSSD can be set up to enable recording of everything specific users see
16       or type during their sessions on text terminals. E.g. when users log in
17       on the console, or via SSH. SSSD itself doesn't record anything, but
18       makes sure tlog-rec-session is started upon user login, so it can
19       record according to its configuration.
20
21       For users with session recording enabled, SSSD replaces the user shell
22       with tlog-rec-session in NSS responses, and adds a variable specifying
23       the original shell to the user environment, upon PAM session setup.
24       This way tlog-rec-session can be started in place of the user shell,
25       and know which actual shell to start, once it set up the recording.
26

CONFIGURATION OPTIONS

28       These options can be used to configure the session recording.
29
30       scope (string)
31           One of the following strings specifying the scope of session
32           recording:
33
34           "none"
35               No users are recorded.
36
37           "some"
38               Users/groups specified by users and groups options are
39               recorded.
40
41           "all"
42               All users are recorded.
43
44           Default: "none"
45
46       users (string)
47           A comma-separated list of users which should have session recording
48           enabled. Matches user names as returned by NSS. I.e. after the
49           possible space replacement, case changes, etc.
50
51           Default: Empty. Matches no users.
52
53       groups (string)
54           A comma-separated list of groups, members of which should have
55           session recording enabled. Matches group names as returned by NSS.
56           I.e. after the possible space replacement, case changes, etc.
57
58           NOTE: using this option (having it set to anything) has a
59           considerable performance cost, because each uncached request for a
60           user requires retrieving and matching the groups the user is member
61           of.
62
63           Default: Empty. Matches no groups.
64

EXAMPLE

66       The following snippet of sssd.conf enables session recording for users
67       "contractor1" and "contractor2", and group "students".
68
69           [session_recording]
70           scope = some
71           users = contractor1, contractor2
72           groups = students
73
74

SEE ALSO

76       sssd(8), sssd.conf(5), sssd-ldap(5), sssd-krb5(5), sssd-simple(5),
77       sssd-ipa(5), sssd-ad(5), sssd-sudo(5),sssd-secrets(5),sssd-session-
78       recording(5), sss_cache(8), sss_debuglevel(8), sss_groupadd(8),
79       sss_groupdel(8), sss_groupshow(8), sss_groupmod(8), sss_useradd(8),
80       sss_userdel(8), sss_usermod(8), sss_obfuscate(8), sss_seed(8),
81       sssd_krb5_locator_plugin(8), sss_ssh_authorizedkeys(8),
82       sss_ssh_knownhostsproxy(8),sssd-ifp(5),pam_sss(8).
83       sss_rpcidmapd(5)sssd-systemtap(5)
84

AUTHORS

86       The SSSD upstream - https://pagure.io/SSSD/sssd/
87
88
89
90SSSD                              04/25/2019             SSSD-SESSION-RECOR(5)
Impressum