summaryrefslogtreecommitdiffstats
path: root/src/config/testconfigs/sssd-valid.conf
blob: 42eeb61c7681dc57e140966d1e30cffb56fd8749 (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
[nss]
nss_filter_groups = root
nss_entry_negative_timeout = 15
debug_level = 0
nss_filter_users_in_groups = true
nss_filter_users = root
nss_entry_cache_no_wait_timeout = 60
nss_entry_cache_timeout = 600
nss_enum_cache_timeout = 120

[sssd]
services = nss, pam
reconnection_retries = 3
domains = LOCAL, IPA
config_file_version = 2
debug_timestamps = False

[domain/PROXY]
id_provider = proxy
auth_provider = proxy
debug_level = 0

[domain/IPA]
id_provider = ldap
auth_provider = krb5
debug_level = 0

[domain/LOCAL]
id_provider = local
auth_provider = local
debug_level = 0

[domain/LDAP]
ldap_id_use_start_tls = true
id_provider  =    ldap
auth_provider=ldap
debug_level = 0

# Domain containing an invalid provider
[domain/INVALIDPROVIDER]
ldap_id_use_start_tls = true
id_provider  =    ldap
auth_provider=ldap
debug_level = 0
chpass_provider = chpass

# Domain containing an invalid option
[domain/INVALIDOPTION]
ldap_id_use_start_tls = true
id_provider  =    ldap
auth_provider=ldap
debug_level = 0
nosuchoption = True

[pam]
debug_level = 0
nosuchoption = True

[dp]
debug_level = 0