summaryrefslogtreecommitdiffstats
path: root/server/config/etc/sssd.api.conf
blob: 8e37b98c71cf10f8cf74a3b8776a11b58a8613d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Format:
# option = type, subtype[, default]

[service]
# Options available to all services
debug_level = int, None, 0
debug_timestamps = bool, None
debug_to_files = bool, None
command = str, None
reconnection_retries = int, None, 3

[sssd]
# Monitor service
services = list, str, nss, pam
domains = list, str
timeout = int, None
sbus_timeout = int, None
re_expression = str, None
full_name_format = str, None

[nss]
# Name service
enum_cache_timeout = int, None
entry_cache_no_wait_percentage = int, None
entry_negative_timeout = int, None
filter_users = list, str, root
filter_groups = list, str, root
filter_users_in_groups = bool, None, true
pwfield = str, None, *

[pam]
# Authentication service
offline_credentials_expiration = int, None

[provider]
#Available provider types
id_provider = str, None
auth_provider = str, None
access_provider = str, None
chpass_provider = str, None

[domain]
# Options available to all domains
debug_level = int, None, 0
command = str, None
min_id = int, None, 1000
max_id = int, None
timeout = int, None, 0
enumerate = bool, None, true
cache_credentials = bool, None, false
store_legacy_passwords = bool, None, false
use_fully_qualified_names = bool, None, false
entry_cache_timeout = int, None

# Special providers
[provider/permit]

[provider/permit/access]

[provider/deny]

[provider/deny/access]