blob: b15e92ff1cb75d29e936063ae69e88bd7229dbc5 (
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
|
[services]
description = Local Service Configuration
activeServices = nss, dp, pam, info
[services/nss]
description = NSS Responder Configuration
timeout = 10
filterGroups = root, foo@TEST
filterUsers = root, bar@TEST
[services/dp]
description = Data Provider Configuration
timeout = 10
[services/pam]
description = PAM Responder Configuration
timeout = 10
[services/info]
description = InfoPipe Configuration
timeout = 10
[services/monitor]
description = Service Monitor Configuration
sbusTimeout = 10
servicePingTime = 10
[domains]
description = Domains served by SSSD
domains = LOCAL
[domains/LOCAL]
description = Reserved domain for local configurations
enumerate = 3
minId = 500
maxId = 999
legacy = TRUE
libName = files
libPath = /lib64/libnss_files.so.2
magicPrivateGroups = FALSE
provider = proxy
auth-module = proxy
pam-target = sssdproxylocal
[domains/EXAMPLE.COM]
description = Example LDAP domain
basedn = dc=example,dc=com
command = /usr/libexec/sssd/sssd_be --provider ldap --domain EXAMPLE.COM
provider = ldap
userSearchBase = ou=user,dc=example,dc=com
|