39 lines
714 B
Text
39 lines
714 B
Text
[sssd]
|
|
services = nss, pam, ssh
|
|
config_file_version = 2
|
|
domains = default
|
|
debug_level = 3
|
|
|
|
[nss]
|
|
override_homedir = /home/%u
|
|
override_shell = /bin/bash
|
|
debug_level = 3
|
|
|
|
[pam]
|
|
offline_credentials_expiration = 60
|
|
pam_verbosity = 3
|
|
|
|
[ssh]
|
|
debug_level = 3
|
|
|
|
[sudo]
|
|
|
|
[domain/default]
|
|
id_provider = ldap
|
|
auth_provider = ldap
|
|
ldap_uri = $LDAP_URI
|
|
ldap_default_bind_dn = $LDAP_DEFAULT_BIND_DN
|
|
ldap_default_authtok = $LDAP_DEFAULT_AUTHTOK
|
|
ldap_default_authtok_type = password
|
|
|
|
ldap_user_search_base = $LDAP_USER_SEARCH_BASE
|
|
ldap_user_ssh_public_key = businessCategory
|
|
|
|
ldap_id_use_start_tls = False
|
|
|
|
cache_credentials = true
|
|
enumerate = true
|
|
debug_level = 9
|
|
|
|
access_provider = ldap
|
|
ldap_access_filter = accountStatus=active
|