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

NAME

6       sssd-simple - the configuration file for SSSD's 'simple' access-control
7       provider
8

DESCRIPTION

10       This manual page describes the configuration of the simple
11       access-control provider for sssd(8). For a detailed syntax reference,
12       refer to the “FILE FORMAT” section of the sssd.conf(5) manual page.
13
14       The simple access provider grants or denies access based on an access
15       or deny list of user or group names. The following rules apply:
16
17       ·   If all lists are empty, access is granted
18
19       ·   If any list is provided, the order of evaluation is allow,deny.
20           This means that any matching deny rule will supersede any matched
21           allow rule.
22
23       ·   If either or both "allow" lists are provided, all users are denied
24           unless they appear in the list.
25
26       ·   If only "deny" lists are provided, all users are granted access
27           unless they appear in the list.
28
29

CONFIGURATION OPTIONS

31       Refer to the section “DOMAIN SECTIONS” of the sssd.conf(5) manual page
32       for details on the configuration of an SSSD domain.
33
34       simple_allow_users (string)
35           Comma separated list of users who are allowed to log in.
36
37       simple_deny_users (string)
38           Comma separated list of users who are explicitly denied access.
39
40       simple_allow_groups (string)
41           Comma separated list of groups that are allowed to log in. This
42           applies only to groups within this SSSD domain. Local groups are
43           not evaluated.
44
45       simple_deny_groups (string)
46           Comma separated list of groups that are explicitly denied access.
47           This applies only to groups within this SSSD domain. Local groups
48           are not evaluated.
49
50       Please note that it is an configuration error if both,
51       simple_allow_users and simple_deny_users, are defined.
52

EXAMPLE

54       The following example assumes that SSSD is correctly configured and
55       example.com is one of the domains in the [sssd] section. This examples
56       shows only the simple access provider-specific options.
57
58               [domain/example.com]
59               access_provider = simple
60               simple_allow_users = user1, user2
61
62

SEE ALSO

64       sssd.conf(5), sssd(8)
65

AUTHORS

67       The SSSD upstream - http://fedorahosted.org/sssd
68
69
70
71SSSD                              08/05/2011                    SSSD-SIMPLE(5)
Impressum