From 7da7c2594a8bb4424967cbb426d5c3ac35b83b17 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Tue, 2 Jan 2024 23:08:51 +0100 Subject: [PATCH] Ajouter sssd.conf --- sssd.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sssd.conf diff --git a/sssd.conf b/sssd.conf new file mode 100644 index 0000000..60d0c5b --- /dev/null +++ b/sssd.conf @@ -0,0 +1,10 @@ +[sssd] +config_file_version = 2 +domains = $LDAP_DOMAIN + +[domain/$LDAP_DOMAIN] +id_provider = ldap +auth_provider = ldap +ldap_uri = $LDAP_URI +cache_credentials = True +ldap_search_base = $LDAP_SEARCH_BASE \ No newline at end of file