summaryrefslogtreecommitdiffstats
path: root/server/config/etc/sssd.api.conf
blob: 99e87b913dfbd635f39719efe57035b0b7179f07 (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
# 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
config_file_version = int, None, 2
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_timeout = int, None
entry_cache_no_wait_timeout = int, None
entry_negative_timeout = int, None
filter_users = list, str, root
filter_groups = list, str, root
filter_users_in_groups = bool, None, true

[pam]
# Authentication service

[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
magic_private_groups = bool, None, false
enumerate = bool, None, true
cache_credentials = bool, None, false
store_legacy_passwords = bool, None, false
use_fully_qualified_names = bool, None, false