18 lines
446 B
Text
18 lines
446 B
Text
|
[sssd]
|
||
|
domains = {{ domain }}
|
||
|
config_file_version = 2
|
||
|
|
||
|
[domain/{{ domain }}]
|
||
|
krb5_realm = {{ domain | upper }}
|
||
|
ad_domain = {{ domain }}
|
||
|
id_provider = ad
|
||
|
access_provider = ad
|
||
|
use_fully_qualified_names = False
|
||
|
cache_credentials = True
|
||
|
krb5_store_password_if_offline = True
|
||
|
default_shell = /usr/bin/bash
|
||
|
# default: # ldap_id_mapping = True
|
||
|
ad_gpo_access_control = disabled
|
||
|
ad_gpo_ignore_unreadable = True
|
||
|
ad_maximum_machine_account_password_age = 0
|