mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
92cd987e0a
Add three new ipa-advise plugins, to facilitate configuration of legacy clients using nss-pam-ldapd: * config-redhat-nss-pam-ldapd * config-generic-linux-nss-pam-ldapd * config-freebsd-nss-pam-ldapd https://fedorahosted.org/freeipa/ticket/3672
14 lines
270 B
Plaintext
14 lines
270 B
Plaintext
[sssd]
|
|
services = nss, pam
|
|
config_file_version = 2
|
|
domains = default
|
|
re_expression = (?P<name>.+)
|
|
|
|
[domain/default]
|
|
cache_credentials = True
|
|
id_provider = ldap
|
|
auth_provider = ldap
|
|
ldap_uri = $URI
|
|
ldap_search_base = $BASE
|
|
ldap_tls_cacert = /etc/openldap/cacerts/ipa.crt
|