forked from myrjola/docker-samba-ad-dc
-
Notifications
You must be signed in to change notification settings - Fork 2
/
sssd.conf
30 lines (22 loc) · 805 Bytes
/
sssd.conf
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
[sssd]
services = nss, pam
config_file_version = 2
domains = SAMBA_REALM
[nss]
[pam]
[domain/SAMBA_REALM]
# Using id_provider=ad sets the best defaults on its own
id_provider = ad
# In sssd, the default access provider is always 'permit'. The AD access
# provider by default checks for account expiration
access_provider = ad
# Uncomment to use POSIX attributes on the server
# ldap_id_mapping=false
# Uncomment if the client machine hostname doesn't match the computer object on the DC.
# ad_hostname = dc1.samdom.example.com
# Uncomment if DNS SRV resolution is not working
# ad_server = dc1.samdom.example.com
# Uncomment if the domain section is named differently than your Samba domain
# ad_domain = samdom.example.com
# Enumeration is discouraged for performance reasons.
# enumerate = true